Package | Description |
---|---|
japa.parser | |
japa.parser.ast.type | |
japa.parser.ast.visitor |
Modifier and Type | Method and Description |
---|---|
static ReferenceType |
ASTHelper.createReferenceType(PrimitiveType type,
int arrayCount)
Creates a new
ReferenceType for the given primitive type. |
static ReferenceType |
ASTHelper.createReferenceType(String name,
int arrayCount)
Creates a new
ReferenceType for a class or interface. |
Modifier and Type | Method and Description |
---|---|
ReferenceType |
WildcardType.getExtends() |
ReferenceType |
WildcardType.getSuper() |
Modifier and Type | Method and Description |
---|---|
void |
WildcardType.setExtends(ReferenceType ext) |
void |
WildcardType.setSuper(ReferenceType sup) |
Constructor and Description |
---|
WildcardType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
ReferenceType ext,
ReferenceType sup) |
WildcardType(ReferenceType ext) |
WildcardType(ReferenceType ext,
ReferenceType sup) |
Modifier and Type | Method and Description |
---|---|
void |
VoidVisitor.visit(ReferenceType n,
A arg) |
R |
GenericVisitor.visit(ReferenceType n,
A arg) |
Node |
ModifierVisitorAdapter.visit(ReferenceType n,
A arg) |
R |
GenericVisitorAdapter.visit(ReferenceType n,
A arg) |
void |
VoidVisitorAdapter.visit(ReferenceType n,
A arg) |
Boolean |
EqualsVisitor.visit(ReferenceType n1,
Node arg) |
Node |
CloneVisitor.visit(ReferenceType _n,
Object _arg) |
void |
DumpVisitor.visit(ReferenceType n,
Object arg) |
Copyright © 2007-2017. All Rights Reserved.