Package | Description |
---|---|
org.jparsec.examples.java.ast.declaration |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationDef
Represents an annotation definition.
|
class |
ClassDef
Represents a class definition;
|
class |
EnumDef
Represents an enum definition.
|
class |
InterfaceDef
Represents an interface definition.
|
Modifier and Type | Field and Description |
---|---|
Declaration |
NestedDef.declaration |
Modifier and Type | Field and Description |
---|---|
List<Declaration> |
Program.declarations |
Constructor and Description |
---|
NestedDef(Declaration declaration) |
Constructor and Description |
---|
Program(QualifiedName packageName,
List<Import> imports,
List<Declaration> declarations) |
Copyright © 2013–2016 jparsec. All rights reserved.