Class WorkflowConditionBooleanInterpreter
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Boolean>,WorkflowConditionVisitor<Boolean>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byWorkflowConditionParser.atom().Visit a parse tree produced byWorkflowConditionParser.booleanExpression().Visit a parse tree produced byWorkflowConditionParser.booleanTerm().Visit a parse tree produced byWorkflowConditionParser.booleanValue().Visit a parse tree produced byWorkflowConditionParser.relation().Visit a parse tree produced byWorkflowConditionParser.relationOperand().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
WorkflowConditionBooleanInterpreter
public WorkflowConditionBooleanInterpreter()
-
-
Method Details
-
visitBooleanTerm
Description copied from class:WorkflowConditionBaseVisitorVisit a parse tree produced byWorkflowConditionParser.booleanTerm().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanTermin interfaceWorkflowConditionVisitor<Boolean>- Overrides:
visitBooleanTermin classWorkflowConditionBaseVisitor<Boolean>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelationOperand
Description copied from class:WorkflowConditionBaseVisitorVisit a parse tree produced byWorkflowConditionParser.relationOperand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationOperandin interfaceWorkflowConditionVisitor<Boolean>- Overrides:
visitRelationOperandin classWorkflowConditionBaseVisitor<Boolean>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanValue
Description copied from class:WorkflowConditionBaseVisitorVisit a parse tree produced byWorkflowConditionParser.booleanValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanValuein interfaceWorkflowConditionVisitor<Boolean>- Overrides:
visitBooleanValuein classWorkflowConditionBaseVisitor<Boolean>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAtom
Description copied from class:WorkflowConditionBaseVisitorVisit a parse tree produced byWorkflowConditionParser.atom().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAtomin interfaceWorkflowConditionVisitor<Boolean>- Overrides:
visitAtomin classWorkflowConditionBaseVisitor<Boolean>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanExpression
Description copied from class:WorkflowConditionBaseVisitorVisit a parse tree produced byWorkflowConditionParser.booleanExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanExpressionin interfaceWorkflowConditionVisitor<Boolean>- Overrides:
visitBooleanExpressionin classWorkflowConditionBaseVisitor<Boolean>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelation
Description copied from class:WorkflowConditionBaseVisitorVisit a parse tree produced byWorkflowConditionParser.relation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelationin interfaceWorkflowConditionVisitor<Boolean>- Overrides:
visitRelationin classWorkflowConditionBaseVisitor<Boolean>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-