Package org.sonarsource.slang.api
Interface LoopTree
- All Superinterfaces:
HasTextRange,Tree
- All Known Implementing Classes:
LoopTreeImpl
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.sonarsource.slang.api.Tree
children, descendants, metaData, textRange
-
Method Details
-
condition
-
body
Tree body() -
kind
LoopTree.LoopKind kind() -
keyword
Token keyword()
-