Package org.sonarsource.slang.impl
Class VariableDeclarationTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.VariableDeclarationTreeImpl
- All Implemented Interfaces:
HasTextRange,Tree,VariableDeclarationTree
-
Constructor Summary
ConstructorsConstructorDescriptionVariableDeclarationTreeImpl(TreeMetaData metaData, IdentifierTree identifier, Tree type, Tree initializer, boolean isVal) -
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
-
VariableDeclarationTreeImpl
public VariableDeclarationTreeImpl(TreeMetaData metaData, IdentifierTree identifier, @Nullable Tree type, @Nullable Tree initializer, boolean isVal)
-
-
Method Details
-
identifier
- Specified by:
identifierin interfaceVariableDeclarationTree
-
type
- Specified by:
typein interfaceVariableDeclarationTree
-
initializer
- Specified by:
initializerin interfaceVariableDeclarationTree
-
isVal
public boolean isVal()- Specified by:
isValin interfaceVariableDeclarationTree
-
children
-