| Package | Description |
|---|---|
| org.walkmod.javalang.ast.stmt |
AST nodes for statements (e.g methods' body)
|
| org.walkmod.javalang.visitors |
Generic and simple visitors to process source files.
|
| Modifier and Type | Method and Description |
|---|---|
MultiTypeParameter |
CatchClause.getExcept() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatchClause.setExcept(MultiTypeParameter except) |
| Constructor and Description |
|---|
CatchClause(MultiTypeParameter except,
BlockStmt catchBlock) |
| Modifier and Type | Method and Description |
|---|---|
void |
VoidVisitorAdapter.visit(MultiTypeParameter n,
A arg) |
void |
VoidVisitor.visit(MultiTypeParameter n,
A arg) |
R |
GenericVisitor.visit(MultiTypeParameter n,
A arg) |
Boolean |
EqualsVisitor.visit(MultiTypeParameter n1,
Node arg) |
Node |
CloneVisitor.visit(MultiTypeParameter _n,
Object _arg) |
void |
DumpVisitor.visit(MultiTypeParameter n,
Object arg) |
void |
CompositeVisitor.visit(MultiTypeParameter n,
VisitorContext arg) |
Copyright © 2015. All rights reserved.