Package org.wso2.siddhi.query.compiler
Class SiddhiQLParser.Greaterthan_lessthan_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.Greaterthan_lessthan_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.Greaterthan_lessthan_math_operationContext
extends SiddhiQLParser.Math_operationContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.antlr.v4.runtime.Tokenorg.antlr.v4.runtime.Tokenorg.antlr.v4.runtime.Tokenorg.antlr.v4.runtime.TokenFields inherited from class org.antlr.v4.runtime.ParserRuleContext
children, exception, start, stopFields inherited from class org.antlr.v4.runtime.RuleContext
EMPTY, invokingState, parent -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) math_operation(int i) Methods inherited from class org.wso2.siddhi.query.compiler.SiddhiQLParser.Math_operationContext
copyFrom, getRuleIndexMethods inherited from class org.antlr.v4.runtime.ParserRuleContext
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringMethods inherited from class org.antlr.v4.runtime.RuleContext
depth, getPayload, getRuleContext, getText, isEmpty, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
-
Field Details
-
gt_eq
public org.antlr.v4.runtime.Token gt_eq -
lt_eq
public org.antlr.v4.runtime.Token lt_eq -
gt
public org.antlr.v4.runtime.Token gt -
lt
public org.antlr.v4.runtime.Token lt
-
-
Constructor Details
-
Greaterthan_lessthan_math_operationContext
-
-
Method Details
-
math_operation
-
math_operation
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) - Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-