Class Javac.CtFieldWithInit
- java.lang.Object
-
- org.hotswap.agent.javassist.CtMember
-
- org.hotswap.agent.javassist.CtField
-
- org.hotswap.agent.javassist.compiler.Javac.CtFieldWithInit
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hotswap.agent.javassist.CtField
CtField.Initializer
-
-
Field Summary
-
Fields inherited from class org.hotswap.agent.javassist.CtMember
declaringClass
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ASTreegetInitAST()protected voidsetInit(ASTree i)-
Methods inherited from class org.hotswap.agent.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 org.hotswap.agent.javassist.CtMember
hasAnnotation, visibleFrom
-
-
-
-
Method Detail
-
setInit
protected void setInit(ASTree i)
-
getInitAST
protected ASTree getInitAST()
- Overrides:
getInitASTin classCtField
-
-