Package org.sonarsource.slang.impl
Class IfTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.IfTreeImpl
- All Implemented Interfaces:
HasTextRange,IfTree,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionIfTreeImpl(TreeMetaData metaData, Tree condition, Tree thenBranch, Tree elseBranch, Token ifKeyword, Token elseKeyword) -
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
-
IfTreeImpl
-
-
Method Details
-
condition
-
thenBranch
- Specified by:
thenBranchin interfaceIfTree
-
elseBranch
- Specified by:
elseBranchin interfaceIfTree
-
ifKeyword
-
elseKeyword
- Specified by:
elseKeywordin interfaceIfTree
-
children
-