public interface FieldDeclaration extends MemberDeclaration
Modifier and Type | Method and Description |
---|---|
String |
getConstantExpression()
Returns the text of a constant expression representing the
value of this field if this field is a compile-time constant.
|
Object |
getConstantValue()
Returns the value of this field if this field is a compile-time
constant.
|
TypeMirror |
getType()
Returns the type of this field.
|
getDeclaringType
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
TypeMirror getType()
Object getConstantValue()
Integer
).String getConstantExpression()
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.