|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavafx.reflect.TypeRef
javafx.reflect.FunctionTypeRef
public class FunctionTypeRef
A run-time representation of a JavaFX function type.
Method Summary | |
---|---|
boolean |
equals(FunctionTypeRef ftype)
|
TypeRef |
getArgumentType(int i)
|
TypeRef |
getReturnType()
|
boolean |
isVarArgs()
Was this method declarfed to take a variable number of arguments? Note that varArgs aren't yet supported in JavaFX. |
int |
minArgs()
The fixed (minimum) number of arguments needed. |
Methods inherited from class javafx.reflect.TypeRef |
---|
getSequenceType, isAssignableFrom, isJfxType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int minArgs()
public boolean isVarArgs()
public TypeRef getArgumentType(int i)
public TypeRef getReturnType()
public boolean equals(FunctionTypeRef ftype)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |