Package org.qdl_lang.generated
Class QDLParserParser.UnaryApplyExpressionContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.qdl_lang.generated.QDLParserParser.ExpressionContext
-
- org.qdl_lang.generated.QDLParserParser.UnaryApplyExpressionContext
-
- 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:
- QDLParserParser
public static class QDLParserParser.UnaryApplyExpressionContext extends QDLParserParser.ExpressionContext
-
-
Constructor Summary
Constructors Constructor Description UnaryApplyExpressionContext(QDLParserParser.ExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.antlr.v4.runtime.tree.TerminalNode
Apply()
void
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
void
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
QDLParserParser.ExpressionContext
expression()
-
Methods inherited from class org.qdl_lang.generated.QDLParserParser.ExpressionContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Constructor Detail
-
UnaryApplyExpressionContext
public UnaryApplyExpressionContext(QDLParserParser.ExpressionContext ctx)
-
-
Method Detail
-
Apply
public org.antlr.v4.runtime.tree.TerminalNode Apply()
-
expression
public QDLParserParser.ExpressionContext expression()
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
-