Package 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor v)
Is a method for the visitor pattern.Declarator
getDeclarator()
ASTree
getInit()
ASTList
getModifiers()
-
-
-
Method Detail
-
getModifiers
public ASTList getModifiers()
-
getDeclarator
public Declarator getDeclarator()
-
getInit
public ASTree getInit()
-
-