Package | Description |
---|---|
javassist.compiler | |
javassist.compiler.ast |
Modifier and Type | Method | Description |
---|---|---|
Declarator |
SymbolTable.lookup(java.lang.String name) |
Modifier and Type | Method | Description |
---|---|---|
void |
SymbolTable.append(java.lang.String name,
Declarator value) |
|
void |
CodeGen.atDeclarator(Declarator d) |
|
protected int |
CodeGen.getLocalVar(Declarator d) |
|
CtClass |
MemberResolver.lookupClass(Declarator decl) |
Modifier and Type | Field | Description |
---|---|---|
protected Declarator |
Variable.declarator |
Modifier and Type | Method | Description |
---|---|---|
Declarator |
FieldDecl.getDeclarator() |
|
Declarator |
Variable.getDeclarator() |
|
Declarator |
MethodDecl.getReturn() |
|
Declarator |
Declarator.make(Symbol sym,
int dim,
ASTree init) |
Modifier and Type | Method | Description |
---|---|---|
void |
Visitor.atDeclarator(Declarator n) |
Constructor | Description |
---|---|
Variable(java.lang.String sym,
Declarator d) |
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.