Class WhileStatementTreeImpl
java.lang.Object
org.sonar.java.model.JavaTree
org.sonar.java.model.statement.WhileStatementTreeImpl
- All Implemented Interfaces:
StatementTree, Tree, WhileStatementTree
-
Nested Class Summary
Nested classes/interfaces inherited from class JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImplModifier and TypeClassDescriptionstatic interfaceThis interface is dedicated to mark TypeTrees which will requires completion of their annotations during parsing.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionWhileStatementTreeImpl(InternalSyntaxToken whileKeyword, InternalSyntaxToken openParenToken, ExpressionTree condition, InternalSyntaxToken closeParenToken, StatementTree statement) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) children()Creates iterable for children of this node.kind()
-
Constructor Details
-
WhileStatementTreeImpl
public WhileStatementTreeImpl(InternalSyntaxToken whileKeyword, InternalSyntaxToken openParenToken, ExpressionTree condition, InternalSyntaxToken closeParenToken, StatementTree statement)
-
-
Method Details
-
kind
-
whileKeyword
- Specified by:
whileKeywordin interfaceWhileStatementTree
-
openParenToken
- Specified by:
openParenTokenin interfaceWhileStatementTree
-
condition
- Specified by:
conditionin interfaceWhileStatementTree
-
closeParenToken
- Specified by:
closeParenTokenin interfaceWhileStatementTree
-
statement
- Specified by:
statementin interfaceWhileStatementTree
-
accept
-
children
-