Uses of Interface
com.googlecode.aviator.FunctionMissing
Packages that use FunctionMissing
-
Uses of FunctionMissing in com.googlecode.aviator
Fields in com.googlecode.aviator declared as FunctionMissingModifier and TypeFieldDescriptionprivate FunctionMissing
AviatorEvaluatorInstance.functionMissing
Methods in com.googlecode.aviator that return FunctionMissingModifier and TypeMethodDescriptionstatic FunctionMissing
AviatorEvaluator.getFunctionMissing()
AviatorEvaluatorInstance.getFunctionMissing()
Returns the function missing handler, null if not set.Methods in com.googlecode.aviator with parameters of type FunctionMissingModifier and TypeMethodDescriptionstatic void
AviatorEvaluator.setFunctionMissing
(FunctionMissing functionMissing) void
AviatorEvaluatorInstance.setFunctionMissing
(FunctionMissing functionMissing) Configure a function missing handler.the handler can be null. -
Uses of FunctionMissing in com.googlecode.aviator.runtime
Classes in com.googlecode.aviator.runtime that implement FunctionMissingModifier and TypeClassDescriptionclass
A function missing implementation that invoking first argument class's java instance method by reflection with all arguments(the first argument as `this` pointer).Fields in com.googlecode.aviator.runtime declared as FunctionMissingModifier and TypeFieldDescriptionprivate final FunctionMissing
RuntimeFunctionDelegator.functionMissing
Constructors in com.googlecode.aviator.runtime with parameters of type FunctionMissingModifierConstructorDescriptionRuntimeFunctionDelegator
(String name, SymbolTable symbolTable, FunctionMissing functionMissing)