Uses of Class
com.blackrook.expression.node.ExpressionDirective
Packages that use ExpressionDirective
-
Uses of ExpressionDirective in com.blackrook.expression.node
Methods in com.blackrook.expression.node that return ExpressionDirectiveModifier 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.