Uses of Class
com.blackrook.expression.ExpressionStack
-
Packages that use ExpressionStack 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. -
-
Uses of ExpressionStack in com.blackrook.expression
Methods in com.blackrook.expression with parameters of type ExpressionStack Modifier and Type Method Description voidExpression. evaluate(ExpressionStack stack, ExpressionVariableContext context, ExpressionValue out)Evaluates this expression.booleanExpressionNode. execute(ExpressionStack stack, ExpressionVariableContext context)Executes this node. -
Uses of ExpressionStack in com.blackrook.expression.functions
Methods in com.blackrook.expression.functions with parameters of type ExpressionStack Modifier and Type Method Description abstract booleanCommonFunctions. execute(ExpressionStack stack, ExpressionVariableContext context)Executes this node. -
Uses of ExpressionStack in com.blackrook.expression.node
Methods in com.blackrook.expression.node with parameters of type ExpressionStack Modifier and Type Method Description booleanExpressionBranch. execute(ExpressionStack stack, ExpressionVariableContext context)booleanExpressionDirective. execute(ExpressionStack stack, ExpressionVariableContext context)abstract booleanExpressionDirectiveType. execute(ExpressionStack stack, ExpressionVariableContext context, Object operand)Executes this node.booleanExpressionFunction. execute(ExpressionStack stack, ExpressionVariableContext context)booleanExpressionFunctionType. execute(ExpressionStack stack, ExpressionVariableContext context)Executes this function.
-