Package | Description |
---|---|
org.jparsec.examples.java.ast.declaration |
Modifier and Type | Field and Description |
---|---|
QualifiedName |
Program.packageName |
QualifiedName |
Import.qname |
Constructor and Description |
---|
Import(boolean staticImport,
QualifiedName qname,
boolean wildcard) |
Program(QualifiedName packageName,
List<Import> imports,
List<Declaration> declarations) |
Copyright © 2013–2016 jparsec. All rights reserved.