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