|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavassist.compiler.ast.ASTree
javassist.compiler.ast.ASTList
javassist.compiler.ast.FieldDecl
public class FieldDecl
| Constructor Summary | |
|---|---|
FieldDecl(ASTree _head,
ASTList _tail)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
Is a method for the visitor pattern. |
Declarator |
getDeclarator()
|
ASTree |
getInit()
|
ASTList |
getModifiers()
|
| Methods inherited from class javassist.compiler.ast.ASTList |
|---|
append, concat, getLeft, getRight, head, length, length, make, setHead, setLeft, setRight, setTail, sublist, subst, tail, toString |
| Methods inherited from class javassist.compiler.ast.ASTree |
|---|
getTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FieldDecl(ASTree _head,
ASTList _tail)
| Method Detail |
|---|
public ASTList getModifiers()
public Declarator getDeclarator()
public ASTree getInit()
public void accept(Visitor v)
throws CompileError
ASTreeatXXX() on the given visitor, where
XXX is the class name of the node object.
accept in class ASTListCompileError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||