public class ParameterTreeImpl extends BaseTreeImpl implements ParameterTree
| Constructor and Description |
|---|
ParameterTreeImpl(TreeMetaData metaData,
IdentifierTree identifier,
Tree type) |
| Modifier and Type | Method and Description |
|---|---|
List<Tree> |
children() |
IdentifierTree |
identifier() |
Tree |
type() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic ParameterTreeImpl(TreeMetaData metaData, IdentifierTree identifier, @Nullable Tree type)
public IdentifierTree identifier()
identifier in interface ParameterTree@CheckForNull public Tree type()
type in interface ParameterTreeCopyright © 2009–2018 SonarSource. All rights reserved.