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 voidaccept(Visitor v)Is a method for the visitor pattern.DeclaratorgetDeclarator()ASTreegetInit()ASTListgetModifiers()
-
-
-
Method Detail
-
getModifiers
public ASTList getModifiers()
-
getDeclarator
public Declarator getDeclarator()
-
getInit
public ASTree getInit()
-
-