Package org.sonar.java.ast.parser
Class InitializerListTreeImpl
- java.lang.Object
-
- org.sonar.java.model.JavaTree
-
- org.sonar.java.ast.parser.ListTreeImpl<ExpressionTree>
-
- org.sonar.java.ast.parser.InitializerListTreeImpl
-
- All Implemented Interfaces:
Iterable<ExpressionTree>
,Collection<ExpressionTree>
,List<ExpressionTree>
,ListTree<ExpressionTree>
,Tree
public class InitializerListTreeImpl extends ListTreeImpl<ExpressionTree>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonar.java.model.JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImpl
-
-
Field Summary
-
Fields inherited from class org.sonar.java.model.JavaTree
grammarRuleKey
-
-
Constructor Summary
Constructors Constructor Description InitializerListTreeImpl(List<ExpressionTree> list, List<SyntaxToken> separators)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InitializerListTreeImpl
emptyList()
-
Methods inherited from class org.sonar.java.ast.parser.ListTreeImpl
accept, add, add, addAll, addAll, children, clear, contains, containsAll, get, indexOf, isEmpty, iterator, kind, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, separators, set, size, subList, toArray, toArray
-
Methods inherited from class org.sonar.java.model.JavaTree
firstToken, getChildren, getGrammarRuleKey, getLine, is, isLeaf, lastToken, parent, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
firstToken, is, lastToken, parent
-
-
-
-
Constructor Detail
-
InitializerListTreeImpl
public InitializerListTreeImpl(List<ExpressionTree> list, List<SyntaxToken> separators)
-
-
Method Detail
-
emptyList
public static InitializerListTreeImpl emptyList()
-
-