Uses of Class
com.blackrook.expression.node.ExpressionDirectiveType
-
Packages that use ExpressionDirectiveType Package Description com.blackrook.expression.node Contains the nodes for compiled expressions. -
-
Uses of ExpressionDirectiveType in com.blackrook.expression.node
Methods in com.blackrook.expression.node that return ExpressionDirectiveType Modifier and Type Method Description ExpressionDirectiveType
ExpressionDirective. getType()
static ExpressionDirectiveType
ExpressionDirectiveType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExpressionDirectiveType[]
ExpressionDirectiveType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blackrook.expression.node with parameters of type ExpressionDirectiveType Modifier and Type Method Description static ExpressionDirective
ExpressionDirective. create(ExpressionDirectiveType type)
Creates a new Expression directive.static ExpressionDirective
ExpressionDirective. create(ExpressionDirectiveType type, boolean operand)
Creates a new Expression directive.static ExpressionDirective
ExpressionDirective. create(ExpressionDirectiveType type, double operand)
Creates a new Expression directive.static ExpressionDirective
ExpressionDirective. create(ExpressionDirectiveType type, long operand)
Creates a new Expression directive.static ExpressionDirective
ExpressionDirective. create(ExpressionDirectiveType type, String operand)
Creates a new Expression directive.
-