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 voidaccept(VisitorCheck visitor)Iterator<Tree>childrenIterator()Creates iterator for children of this node.Tree.KindgetKind()ExpandableStringLiteralTreeliteral()-
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:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
accept
public void accept(VisitorCheck visitor)
-
literal
public ExpandableStringLiteralTree literal()
- Specified by:
literalin interfaceExecutionOperatorTree
-
-