Uses of Interface
com.googlecode.aviator.FunctionMissing
Packages that use FunctionMissing
-
Uses of FunctionMissing in com.googlecode.aviator
Methods in com.googlecode.aviator that return FunctionMissingModifier and TypeMethodDescriptionstatic FunctionMissingAviatorEvaluator.getFunctionMissing()AviatorEvaluatorInstance.getFunctionMissing()Returns the function missing handler, null if not set.Methods in com.googlecode.aviator with parameters of type FunctionMissingModifier and TypeMethodDescriptionstatic voidAviatorEvaluator.setFunctionMissing(FunctionMissing functionMissing) voidAviatorEvaluatorInstance.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 TypeClassDescriptionclassA function missing implementation that invoking first argument class's java instance method by reflection with all arguments(the first argument as `this` pointer).Constructors in com.googlecode.aviator.runtime with parameters of type FunctionMissingModifierConstructorDescriptionRuntimeFunctionDelegator(String name, SymbolTable symbolTable, FunctionMissing functionMissing)