-
方法概要
The in-code representation of this field.
Get the original expression used to initialize the field.
boolean
从接口继承的方法 com.thoughtworks.qdox.model.JavaMember
getDeclaringClass, getModifiers, getName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile
-
方法详细资料
-
getType
- 返回:
- the type of this field, should never be
null.
-
getCodeBlock
The in-code representation of this field.
- 指定者:
getCodeBlock 在接口中 JavaModel
- 返回:
- the complete representation of this field
-
getInitializationExpression
String getInitializationExpression()
Get the original expression used to initialize the field.
- 返回:
- initialization as string.
-
isEnumConstant
boolean isEnumConstant()
- 返回:
true if this field is an enum constant, otherwise false
- 从以下版本开始:
- 2.0
-
getEnumConstantClass
- 返回:
- the classBody of the enum constant
- 从以下版本开始:
- 2.0
-
getEnumConstantArguments
- 返回:
- the arguments of the enum constant
- 从以下版本开始:
- 2.0