ResolvedFieldDeclaration
Declaration of a field.
Author
Federico Tomassetti
Functions
Link copied to clipboard
The access specifier of this element.
Link copied to clipboard
Return this as a EnumConstantDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
Return this as a FieldDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
Return this as a MethodDeclaration or throw an UnsupportedOperationException // FIXME: This is never overridden.
Link copied to clipboard
Return this as a ParameterDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
Return this as a TypeDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
Return this as a PatternDeclaration or throw an UnsupportedOperationException
Link copied to clipboard
The type on which this field has been declared
Link copied to clipboard
Type of the declaration.
Link copied to clipboard
Does this declaration represent the array length pseudo-field?
Link copied to clipboard
Does this declaration represents an enum constant?
Link copied to clipboard
Does this declaration represents a method parameter?
Link copied to clipboard
Does this declaration represents a pattern declaration?
Link copied to clipboard
Does this declaration represents a variable?
Link copied to clipboard
Is the field volatile?
Link copied to clipboard