Package javassist.compiler
Class Javac.CtFieldWithInit
- java.lang.Object
-
- javassist.CtMember
-
- javassist.CtField
-
- javassist.compiler.Javac.CtFieldWithInit
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javassist.CtField
CtField.Initializer
-
-
Constructor Summary
Constructors Constructor Description CtFieldWithInit(CtClass type, java.lang.String name, CtClass declaring)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ASTree
getInitAST()
protected void
setInit(ASTree i)
-
Methods inherited from class javassist.CtField
extendToString, getAnnotation, getAnnotations, getAttribute, getAvailableAnnotations, getConstantValue, getDeclaringClass, getFieldInfo, getFieldInfo2, getGenericSignature, getModifiers, getName, getSignature, getType, hasAnnotation, make, setAttribute, setGenericSignature, setModifiers, setName, setType, toString
-
Methods inherited from class javassist.CtMember
hasAnnotation, visibleFrom
-
-
-
-
Field Detail
-
init
private ASTree init
-
-
Constructor Detail
-
CtFieldWithInit
CtFieldWithInit(CtClass type, java.lang.String name, CtClass declaring) throws CannotCompileException
- Throws:
CannotCompileException
-
-
Method Detail
-
setInit
protected void setInit(ASTree i)
-
getInitAST
protected ASTree getInitAST()
- Overrides:
getInitAST
in classCtField
-
-