Package org.wso2.siddhi.query.compiler
Class SiddhiQLParser.Multiplication_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.Multiplication_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.Multiplication_math_operationContext
extends SiddhiQLParser.Math_operationContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.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
-
multiply
public org.antlr.v4.runtime.Token multiply -
devide
public org.antlr.v4.runtime.Token devide -
mod
public org.antlr.v4.runtime.Token mod
-
-
Constructor Details
-
Multiplication_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
-