Package org.sonarsource.slang.impl
Class ParameterTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.ParameterTreeImpl
- All Implemented Interfaces:
HasTextRange,ParameterTree,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionParameterTreeImpl(TreeMetaData metaData, IdentifierTree identifier, Tree type) ParameterTreeImpl(TreeMetaData metaData, IdentifierTree identifier, Tree type, Tree defaultValue) ParameterTreeImpl(TreeMetaData metaData, IdentifierTree identifier, Tree type, Tree defaultValue, List<Tree> modifiers) -
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
-
ParameterTreeImpl
public ParameterTreeImpl(TreeMetaData metaData, @Nullable IdentifierTree identifier, @Nullable Tree type, @Nullable Tree defaultValue, List<Tree> modifiers) -
ParameterTreeImpl
public ParameterTreeImpl(TreeMetaData metaData, @Nullable IdentifierTree identifier, @Nullable Tree type, @Nullable Tree defaultValue) -
ParameterTreeImpl
public ParameterTreeImpl(TreeMetaData metaData, @Nullable IdentifierTree identifier, @Nullable Tree type)
-
-
Method Details
-
identifier
- Specified by:
identifierin interfaceParameterTree
-
type
- Specified by:
typein interfaceParameterTree
-
defaultValue
- Specified by:
defaultValuein interfaceParameterTree
-
modifiers
- Specified by:
modifiersin interfaceParameterTree
-
children
-