Class StaticStatementTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.statement.StaticStatementTreeImpl
- All Implemented Interfaces:
StatementTree,StaticStatementTree,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionStaticStatementTreeImpl(InternalSyntaxToken staticToken, SeparatedListImpl<VariableDeclarationTree> variables, InternalSyntaxToken eosToken) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(VisitorCheck visitor) Creates iterator for children of this node.eosToken()getKind()Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
StaticStatementTreeImpl
public StaticStatementTreeImpl(InternalSyntaxToken staticToken, SeparatedListImpl<VariableDeclarationTree> variables, InternalSyntaxToken eosToken)
-
-
Method Details
-
getKind
-
childrenIterator
Description copied from class:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
staticToken
- Specified by:
staticTokenin interfaceStaticStatementTree
-
variables
- Specified by:
variablesin interfaceStaticStatementTree
-
eosToken
- Specified by:
eosTokenin interfaceStaticStatementTree
-
accept
-