public class ArrayContents extends Object implements IField
Modifier and Type | Method and Description |
---|---|
Collection<Annotation> |
getAnnotations()
Get the annotations on this member, if any
|
ClassHierarchy |
getClassHierarchy() |
IClass |
getDeclaringClass()
Return the object that represents the declaring class
for this member.
|
TypeReference |
getFieldTypeReference() |
Atom |
getName() |
FieldReference |
getReference() |
boolean |
isFinal()
Is this field final?
|
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic()
Is this member static?
|
boolean |
isVolatile()
Is this member volatile?
|
String |
toString() |
static ArrayContents |
v() |
public static final ArrayContents v()
public TypeReference getFieldTypeReference() throws UnimplementedError
getFieldTypeReference
in interface IField
UnimplementedError
public boolean isFinal() throws UnimplementedError
IField
isFinal
in interface IField
UnimplementedError
public boolean isPrivate() throws UnimplementedError
isPrivate
in interface IField
UnimplementedError
public boolean isProtected() throws UnimplementedError
isProtected
in interface IField
UnimplementedError
public boolean isPublic() throws UnimplementedError
isPublic
in interface IField
UnimplementedError
public boolean isStatic() throws UnimplementedError
IMember
isStatic
in interface IField
isStatic
in interface IMember
UnimplementedError
public IClass getDeclaringClass() throws UnsupportedOperationException
IMember
getDeclaringClass
in interface IMember
UnsupportedOperationException
public Atom getName() throws UnimplementedError
getName
in interface IMember
UnimplementedError
public boolean isVolatile()
IField
isVolatile
in interface IField
public ClassHierarchy getClassHierarchy() throws UnimplementedError
getClassHierarchy
in interface IClassHierarchyDweller
UnimplementedError
public FieldReference getReference()
getReference
in interface IField
public Collection<Annotation> getAnnotations()
IMember
getAnnotations
in interface IMember