javassist.compiler.ast
Class FieldDecl
java.lang.Object
javassist.compiler.ast.ASTree
javassist.compiler.ast.ASTList
javassist.compiler.ast.FieldDecl
- All Implemented Interfaces:
- Serializable
public class FieldDecl
- extends ASTList
- See Also:
- Serialized Form
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 |
FieldDecl
public FieldDecl(ASTree _head,
ASTList _tail)
getModifiers
public ASTList getModifiers()
getDeclarator
public Declarator getDeclarator()
getInit
public ASTree getInit()
accept
public void accept(Visitor v)
throws CompileError
- Description copied from class:
ASTree
- Is a method for the visitor pattern. It calls
atXXX()
on the given visitor, where
XXX
is the class name of the node object.
- Overrides:
accept
in class ASTList
- Throws:
CompileError
Copyright © 2011. All Rights Reserved.