Class PrefixedCastExpressionTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.expression.PrefixedCastExpressionTreeImpl
- All Implemented Interfaces:
ExpressionTree
,PrefixedCastExpressionTree
,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionPrefixedCastExpressionTreeImpl
(InternalSyntaxToken prefix, ExpressionTree expression) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(VisitorCheck visitor) Creates iterator for children of this node.getKind()
prefix()
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
PrefixedCastExpressionTreeImpl
-
-
Method Details
-
prefix
- Specified by:
prefix
in interfacePrefixedCastExpressionTree
-
expression
- Specified by:
expression
in interfacePrefixedCastExpressionTree
-
getKind
-
childrenIterator
Description copied from class:PHPTree
Creates iterator for children of this node. Note that iterator may containnull
elements.- Specified by:
childrenIterator
in classPHPTree
-
accept
-