|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavafx.reflect.MemberRef
public abstract class MemberRef
A run-time represention of a JavaFX member of a class.
Corresponds to java.lang.reflect.Member
,
and com.sun.jdi.TypeComponent
, respectively.
Method Summary | |
---|---|
abstract TypeRef |
getDeclaringType()
|
abstract java.lang.String |
getName()
|
abstract boolean |
isStatic()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract java.lang.String getName()
public abstract TypeRef getDeclaringType()
public abstract boolean isStatic()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |