|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.squawk.ClassFileMember
public abstract class ClassFileMember
An instance of ClassFileMember
encapsulates all the
common symbolic information of a field or method declaration in a class file.
This class is provided for a subsystem (such as the translator) that
loads a class definition from a class file.
Method Summary | |
---|---|
String |
getFullyQualifiedName(Klass definingClass)
Gets the fully qualified name of this field or method. |
int |
getModifiers()
Gets the modifiers of this field or method. |
String |
getName()
Gets the name of this field or method. |
boolean |
isStatic()
Determines if this field or method is a staic member of its class. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final String getName()
public final String getFullyQualifiedName(Klass definingClass)
definingClass
- the class in which this field or method was defined
public final int getModifiers()
Modifier
public final boolean isStatic()
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |