Class QualifiedIdentifierListTreeImpl

java.lang.Object
org.sonar.java.model.JavaTree
org.sonar.java.ast.parser.ListTreeImpl<TypeTree>
org.sonar.java.ast.parser.QualifiedIdentifierListTreeImpl
All Implemented Interfaces:
Iterable<TypeTree>, Collection<TypeTree>, List<TypeTree>, ListTree<TypeTree>, Tree

public class QualifiedIdentifierListTreeImpl extends ListTreeImpl<TypeTree>