Uses of Enum
com.blackrook.expression.node.ExpressionDirectiveType
Packages that use ExpressionDirectiveType
-
Uses of ExpressionDirectiveType in com.blackrook.expression.node
Subclasses with type arguments of type ExpressionDirectiveType in com.blackrook.expression.nodeMethods in com.blackrook.expression.node that return ExpressionDirectiveTypeModifier and TypeMethodDescriptionExpressionDirective.getType()static ExpressionDirectiveTypeReturns 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 ExpressionDirectiveTypeModifier and TypeMethodDescriptionstatic ExpressionDirectiveExpressionDirective.create(ExpressionDirectiveType type) Creates a new Expression directive.static ExpressionDirectiveExpressionDirective.create(ExpressionDirectiveType type, boolean operand) Creates a new Expression directive.static ExpressionDirectiveExpressionDirective.create(ExpressionDirectiveType type, double operand) Creates a new Expression directive.static ExpressionDirectiveExpressionDirective.create(ExpressionDirectiveType type, long operand) Creates a new Expression directive.static ExpressionDirectiveExpressionDirective.create(ExpressionDirectiveType type, String operand) Creates a new Expression directive.