Class ThrowStatementTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.statement.ThrowStatementTreeImpl
- All Implemented Interfaces:
StatementTree
,ThrowStatementTree
,Tree
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionThrowStatementTreeImpl
(ThrowExpressionTree throwExpression, SyntaxToken eosToken) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(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
-
ThrowStatementTreeImpl
-
-
Method Details
-
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
-
throwToken
- Specified by:
throwToken
in interfaceThrowStatementTree
-
expression
- Specified by:
expression
in interfaceThrowStatementTree
-
eosToken
- Specified by:
eosToken
in interfaceThrowStatementTree
-
accept
-