| Package | Description |
|---|---|
| org.walkmod.javalang.ast.type |
AST nodes for types (e.g methods' type)
|
| org.walkmod.javalang.visitors |
Generic and simple visitors to process source files.
|
| 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(int beginLine,
int beginColumn,
int endLine,
int endColumn,
ReferenceType ext,
ReferenceType sup,
List<AnnotationExpr> annotations) |
WildcardType(ReferenceType ext) |
WildcardType(ReferenceType ext,
ReferenceType sup) |
| Modifier and Type | Method and Description |
|---|---|
R |
GenericVisitorAdapter.visit(ReferenceType n,
A arg) |
void |
VoidVisitorAdapter.visit(ReferenceType n,
A arg) |
void |
VoidVisitor.visit(ReferenceType n,
A arg) |
Node |
ModifierVisitorAdapter.visit(ReferenceType n,
A arg) |
R |
GenericVisitor.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) |
void |
CompositeVisitor.visit(ReferenceType n,
VisitorContext arg) |
Copyright © 2015. All rights reserved.