Uses of Interface
com.blackrook.expression.node.ExpressionFunctionType
-
Packages that use ExpressionFunctionType Package Description com.blackrook.expression Contains expression data.com.blackrook.expression.functions Contains common functions.com.blackrook.expression.node Contains the nodes for compiled expressions.com.blackrook.expression.resolver Contains basic resolvers and utilities for resolving. -
-
Uses of ExpressionFunctionType in com.blackrook.expression
Methods in com.blackrook.expression that return ExpressionFunctionType Modifier and Type Method Description ExpressionFunctionType
ExpressionFunctionResolver. getFunctionByName(String name)
Attempts to resolve a pertinent function by its calling name. -
Uses of ExpressionFunctionType in com.blackrook.expression.functions
Classes in com.blackrook.expression.functions that implement ExpressionFunctionType Modifier and Type Class Description class
CommonFunctions
Expression functions. -
Uses of ExpressionFunctionType in com.blackrook.expression.node
Methods in com.blackrook.expression.node with parameters of type ExpressionFunctionType Modifier and Type Method Description static ExpressionFunction
ExpressionFunction. create(ExpressionFunctionType type)
Creates a new Expression function. -
Uses of ExpressionFunctionType in com.blackrook.expression.resolver
Methods in com.blackrook.expression.resolver that return ExpressionFunctionType Modifier and Type Method Description ExpressionFunctionType
EnumResolver. getFunctionByName(String name)
ExpressionFunctionType
MultiResolver. getFunctionByName(String name)
-