Uses of Class
com.suncode.pwfl.core.function.FunctionCall
Packages that use FunctionCall
-
Uses of FunctionCall in com.suncode.pwfl.component
Methods in com.suncode.pwfl.component that return FunctionCallModifier and TypeMethodDescriptionCondition.getConditionFn()
Return condition function that will be evaluated to check if condition is fulfilled.Constructors in com.suncode.pwfl.component with parameters of type FunctionCall -
Uses of FunctionCall in com.suncode.pwfl.core.type
Fields in com.suncode.pwfl.core.type with type parameters of type FunctionCallModifier and TypeFieldDescriptionstatic final ArrayType<FunctionCall>
Types.FUNCTION_ARRAY
Array ofTypes.FUNCTION
Methods in com.suncode.pwfl.core.type that return FunctionCallMethods in com.suncode.pwfl.core.type with parameters of type FunctionCallModifier and TypeMethodDescription<V> V
FunctionType.evaluate
(FunctionCall value) Type<?>
FunctionType.evaluatedType
(FunctionCall value)