Class SiddhiQLParser.Or_math_operationContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.wso2.siddhi.query.compiler.SiddhiQLParser.Math_operationContext
org.wso2.siddhi.query.compiler.SiddhiQLParser.Or_math_operationContext
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree
Enclosing class:
SiddhiQLParser

public static class SiddhiQLParser.Or_math_operationContext extends SiddhiQLParser.Math_operationContext
  • Constructor Details

  • Method Details

    • math_operation

      public List<SiddhiQLParser.Math_operationContext> math_operation()
    • OR

      public org.antlr.v4.runtime.tree.TerminalNode OR()
    • math_operation

      public SiddhiQLParser.Math_operationContext math_operation(int i)
    • accept

      public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
      Specified by:
      accept in interface org.antlr.v4.runtime.tree.ParseTree
      Overrides:
      accept in class org.antlr.v4.runtime.RuleContext