Package javassist.compiler
Class Javac.CtFieldWithInit
java.lang.Object
javassist.CtMember
javassist.CtField
javassist.compiler.Javac.CtFieldWithInit
- Enclosing class:
Javac
-
Nested Class Summary
Nested classes/interfaces inherited from class javassist.CtField
CtField.Initializer
-
Field Summary
FieldsFields inherited from class javassist.CtMember
declaringClass
-
Constructor Summary
Constructors -
Method Summary
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 Details
-
init
-
-
Constructor Details
-
CtFieldWithInit
CtFieldWithInit(CtClass type, String name, CtClass declaring) throws CannotCompileException - Throws:
CannotCompileException
-
-
Method Details
-
setInit
-
getInitAST
- Overrides:
getInitAST
in classCtField
-