Uses of Class
org.jparsec.examples.java.ast.declaration.QualifiedName
-
Packages that use QualifiedName Package Description org.jparsec.examples.java.ast.declaration org.jparsec.examples.java.parser -
-
Uses of QualifiedName in org.jparsec.examples.java.ast.declaration
Fields in org.jparsec.examples.java.ast.declaration declared as QualifiedName Modifier and Type Field Description QualifiedName
Program. packageName
QualifiedName
Import. qname
Constructors in org.jparsec.examples.java.ast.declaration with parameters of type QualifiedName Constructor Description Import(boolean staticImport, QualifiedName qname, boolean wildcard)
Program(QualifiedName packageName, java.util.List<Import> imports, java.util.List<Declaration> declarations)
-
Uses of QualifiedName in org.jparsec.examples.java.parser
Fields in org.jparsec.examples.java.parser with type parameters of type QualifiedName Modifier and Type Field Description (package private) static Parser<QualifiedName>
DeclarationParser. PACKAGE
(package private) static Parser<QualifiedName>
DeclarationParser. QUALIFIED_NAME
-