Class ExecutionOperatorTreeImpl
- java.lang.Object
-
- org.sonar.php.tree.impl.PHPTree
-
- org.sonar.php.tree.impl.expression.ExecutionOperatorTreeImpl
-
- All Implemented Interfaces:
ExecutionOperatorTree
,ExpressionTree
,Tree
public class ExecutionOperatorTreeImpl extends PHPTree implements ExecutionOperatorTree
-
-
Constructor Summary
Constructors Constructor Description ExecutionOperatorTreeImpl(ExpandableStringLiteralTree literal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(VisitorCheck visitor)
Iterator<Tree>
childrenIterator()
Creates iterator for children of this node.Tree.Kind
getKind()
ExpandableStringLiteralTree
literal()
-
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
-
-
-
Constructor Detail
-
ExecutionOperatorTreeImpl
public ExecutionOperatorTreeImpl(ExpandableStringLiteralTree literal)
-
-
Method Detail
-
childrenIterator
public Iterator<Tree> 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
public void accept(VisitorCheck visitor)
-
literal
public ExpandableStringLiteralTree literal()
- Specified by:
literal
in interfaceExecutionOperatorTree
-
-