javafx.reflect
Class FunctionValueRef

java.lang.Object
  extended by javafx.reflect.ValueRef
      extended by javafx.reflect.FunctionValueRef

public abstract class FunctionValueRef
extends ValueRef

A mirror of a function value.


Constructor Summary
protected FunctionValueRef()
           
 
Method Summary
abstract  ValueRef apply(ValueRef... arg)
          Invoke this function.
abstract  FunctionTypeRef getType()
          Get the run-time type of this value.
 
Methods inherited from class javafx.reflect.ValueRef
getItem, getItemCount, isNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionValueRef

protected FunctionValueRef()
Method Detail

apply

public abstract ValueRef apply(ValueRef... arg)
Invoke this function.


getType

public abstract FunctionTypeRef getType()
Get the run-time type of this value.

Specified by:
getType in class ValueRef