Uses of Class
org.idempiere.expression.logic.SimpleBooleanParser.ContextVariablesContext
Packages that use SimpleBooleanParser.ContextVariablesContext
Package
Description
Provide antlr based implementation of iDempiere logic expression evaluation
-
Uses of SimpleBooleanParser.ContextVariablesContext in org.idempiere.expression.logic
Methods in org.idempiere.expression.logic with parameters of type SimpleBooleanParser.ContextVariablesContextModifier and TypeMethodDescriptionEvaluationVisitor.visitContextVariables
(SimpleBooleanParser.ContextVariablesContext ctx) SimpleBooleanBaseVisitor.visitContextVariables
(SimpleBooleanParser.ContextVariablesContext ctx) Visit a parse tree produced by thecontextVariables
labeled alternative inSimpleBooleanParser.expression()
.SimpleBooleanVisitor.visitContextVariables
(SimpleBooleanParser.ContextVariablesContext ctx) Visit a parse tree produced by thecontextVariables
labeled alternative inSimpleBooleanParser.expression()
.