27 methods override BinaryOp::getOperatorSigil()
- BitwiseAnd::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BitwiseAnd.php - Get the operator sigil for this binary operation.
- BitwiseOr::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BitwiseOr.php - Get the operator sigil for this binary operation.
- BitwiseXor::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BitwiseXor.php - Get the operator sigil for this binary operation.
- BooleanAnd::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BooleanAnd.php - Get the operator sigil for this binary operation.
- BooleanOr::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BooleanOr.php - Get the operator sigil for this binary operation.
- Coalesce::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Coalesce.php - Get the operator sigil for this binary operation.
- Concat::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Concat.php - Get the operator sigil for this binary operation.
- Div::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Div.php - Get the operator sigil for this binary operation.
- Equal::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Equal.php - Get the operator sigil for this binary operation.
- Greater::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Greater.php - Get the operator sigil for this binary operation.
- GreaterOrEqual::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ GreaterOrEqual.php - Get the operator sigil for this binary operation.
- Identical::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Identical.php - Get the operator sigil for this binary operation.
- LogicalAnd::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ LogicalAnd.php - Get the operator sigil for this binary operation.
- LogicalOr::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ LogicalOr.php - Get the operator sigil for this binary operation.
- LogicalXor::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ LogicalXor.php - Get the operator sigil for this binary operation.
- Minus::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Minus.php - Get the operator sigil for this binary operation.
- Mod::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Mod.php - Get the operator sigil for this binary operation.
- Mul::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Mul.php - Get the operator sigil for this binary operation.
- NotEqual::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ NotEqual.php - Get the operator sigil for this binary operation.
- NotIdentical::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ NotIdentical.php - Get the operator sigil for this binary operation.
- Plus::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Plus.php - Get the operator sigil for this binary operation.
- Pow::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Pow.php - Get the operator sigil for this binary operation.
- ShiftLeft::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ ShiftLeft.php - Get the operator sigil for this binary operation.
- ShiftRight::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ ShiftRight.php - Get the operator sigil for this binary operation.
- Smaller::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Smaller.php - Get the operator sigil for this binary operation.
- SmallerOrEqual::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ SmallerOrEqual.php - Get the operator sigil for this binary operation.
- Spaceship::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ Spaceship.php - Get the operator sigil for this binary operation.