Uses of Interface
com.blackrook.expression.node.ExpressionFunctionType
Packages that use ExpressionFunctionType
Package
Description
Contains expression data.
Contains common functions.
Contains the nodes for compiled expressions.
Contains basic resolvers and utilities for resolving.
-
Uses of ExpressionFunctionType in com.blackrook.expression
Methods in com.blackrook.expression that return ExpressionFunctionTypeModifier and TypeMethodDescriptionExpressionFunctionResolver.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 -
Uses of ExpressionFunctionType in com.blackrook.expression.node
Methods in com.blackrook.expression.node with parameters of type ExpressionFunctionTypeModifier and TypeMethodDescriptionstatic ExpressionFunctionExpressionFunction.create(ExpressionFunctionType type) Creates a new Expression function. -
Uses of ExpressionFunctionType in com.blackrook.expression.resolver
Methods in com.blackrook.expression.resolver that return ExpressionFunctionTypeModifier and TypeMethodDescriptionEnumResolver.getFunctionByName(String name) MultiResolver.getFunctionByName(String name)