Package org.sonarsource.slang.impl
Class LoopTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.LoopTreeImpl
- All Implemented Interfaces:
HasTextRange,LoopTree,Tree
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonarsource.slang.api.LoopTree
LoopTree.LoopKind -
Constructor Summary
ConstructorsConstructorDescriptionLoopTreeImpl(TreeMetaData metaData, Tree condition, Tree body, LoopTree.LoopKind kind, Token keyword) -
Method Summary
Methods inherited from class org.sonarsource.slang.impl.BaseTreeImpl
metaDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonarsource.slang.api.Tree
descendants, metaData, textRange
-
Constructor Details
-
LoopTreeImpl
public LoopTreeImpl(TreeMetaData metaData, @Nullable Tree condition, Tree body, LoopTree.LoopKind kind, Token keyword)
-
-
Method Details