|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavafx.reflect.MemberRef
javafx.reflect.MethodRef
public abstract class MethodRef
A reference to a function in a class.
Corresponds to java.lang.reflect.Method
, or
com.sun.jdi.Methods
, respectively.
Constructor Summary | |
---|---|
protected |
MethodRef()
|
Method Summary | |
---|---|
FunctionValueRef |
asFunction(ObjectRef owner)
Associate the method with a receiver object to yield a function. |
abstract FunctionTypeRef |
getType()
|
abstract ValueRef |
invoke(ObjectRef owner,
ValueRef... arg)
Invoke this method on the given receiver and arguments. |
Methods inherited from class javafx.reflect.MemberRef |
---|
getDeclaringType, getName, isStatic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MethodRef()
Method Detail |
---|
public FunctionValueRef asFunction(ObjectRef owner)
public abstract FunctionTypeRef getType()
public abstract ValueRef invoke(ObjectRef owner, ValueRef... arg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |