Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BitwiseAnd.php

class BitwiseAnd

Same name in this branch
  1. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php \PhpParser\Node\Expr\AssignOp\BitwiseAnd

Hierarchy

  • class \PhpParser\NodeAbstract implements \PhpParser\Node, \PhpParser\JsonSerializable
    • class \PhpParser\Node\Expr extends \PhpParser\NodeAbstract
      • class \PhpParser\Node\Expr\BinaryOp extends \PhpParser\Node\Expr
        • class \PhpParser\Node\Expr\BinaryOp\BitwiseAnd extends \PhpParser\Node\Expr\BinaryOp

Expanded class hierarchy of BitwiseAnd

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php, line 7

Namespace

PhpParser\Node\Expr\BinaryOp
View source
class BitwiseAnd extends BinaryOp {
    public function getOperatorSigil() : string {
        return '&';
    }
    public function getType() : string {
        return 'Expr_BinaryOp_BitwiseAnd';
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
BinaryOp::$left public property @var Expr The left hand side expression
BinaryOp::$right public property @var Expr The right hand side expression
BinaryOp::getSubNodeNames public function
BinaryOp::__construct public function Constructs a binary operator node.
BitwiseAnd::getOperatorSigil public function Get the operator sigil for this binary operation. Overrides BinaryOp::getOperatorSigil
BitwiseAnd::getType public function

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal