Class ContinueStatementTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.statement.ContinueStatementTreeImpl
- All Implemented Interfaces:
ContinueStatementTree,StatementTree,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionContinueStatementTreeImpl(InternalSyntaxToken continueToken, ExpressionTree argument, InternalSyntaxToken eosToken) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(VisitorCheck visitor) argument()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
-
ContinueStatementTreeImpl
public ContinueStatementTreeImpl(InternalSyntaxToken continueToken, @Nullable ExpressionTree argument, InternalSyntaxToken eosToken)
-
-
Method Details
-
continueToken
- Specified by:
continueTokenin interfaceContinueStatementTree
-
argument
- Specified by:
argumentin interfaceContinueStatementTree
-
eosToken
- Specified by:
eosTokenin interfaceContinueStatementTree
-
getKind
-
childrenIterator
Description copied from class:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
accept
-