Package org.qdl_lang.generated
Class QDLParserParser.ExpressionContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.qdl_lang.generated.QDLParserParser.ExpressionContext
-
- 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
- Direct Known Subclasses:
QDLParserParser.AddExpressionContext,QDLParserParser.AltIFExpressionContext,QDLParserParser.AndExpressionContext,QDLParserParser.AppliesOperatorContext,QDLParserParser.AssignmentContext,QDLParserParser.AssociationContext,QDLParserParser.AxisContext,QDLParserParser.CompExpressionContext,QDLParserParser.ContainsKeyContext,QDLParserParser.DecimalNumber2Context,QDLParserParser.DotOp2Context,QDLParserParser.DotOpContext,QDLParserParser.DyadicFunctionRefernceContext,QDLParserParser.EpsilonContext,QDLParserParser.EqExpressionContext,QDLParserParser.ExciseContext,QDLParserParser.ExpressionDyadicOpsContext,QDLParserParser.Extract2Context,QDLParserParser.Extract3Context,QDLParserParser.Extract4Context,QDLParserParser.ExtractContext,QDLParserParser.FloorOrCeilingExpressionContext,QDLParserParser.ForAllContext,QDLParserParser.FrefDyadicOpsContext,QDLParserParser.FunctionReferenceContext,QDLParserParser.FunctionsContext,QDLParserParser.IntegersContext,QDLParserParser.IntersectionOrUnionContext,QDLParserParser.IntIntervalContext,QDLParserParser.Is_aContext,QDLParserParser.IsDefinedDyadicExpressionContext,QDLParserParser.IsDefinedExpressionContext,QDLParserParser.KeywordsContext,QDLParserParser.LambdaDefContext,QDLParserParser.LogicalContext,QDLParserParser.ModuleExpressionContext,QDLParserParser.MultiplyExpressionContext,QDLParserParser.NotExpressionContext,QDLParserParser.NotTildeExpressionContext,QDLParserParser.NullContext,QDLParserParser.NumbersContext,QDLParserParser.OperatorReferenceContext,QDLParserParser.OrExpressionContext,QDLParserParser.PostfixContext,QDLParserParser.PowerExpressionContext,QDLParserParser.PrefixContext,QDLParserParser.RealIntervalContext,QDLParserParser.RegexMatchesContext,QDLParserParser.SetThingContext,QDLParserParser.SquartExpressionContext,QDLParserParser.StemDefaultValueContext,QDLParserParser.StemLiContext,QDLParserParser.StemVarContext,QDLParserParser.StringsContext,QDLParserParser.SwitchExpressionContext,QDLParserParser.TildeExpressionContext,QDLParserParser.ToSetContext,QDLParserParser.TransposeOperatorContext,QDLParserParser.UnaryApplyExpressionContext,QDLParserParser.UnaryMinusExpressionContext,QDLParserParser.UnaryTildeExpressionContext,QDLParserParser.UnaryTransposeExpressionContext,QDLParserParser.VariablesContext
- Enclosing class:
- QDLParserParser
public static class QDLParserParser.ExpressionContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description ExpressionContext()ExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyFrom(QDLParserParser.ExpressionContext ctx)intgetRuleIndex()-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
copyFrom
public void copyFrom(QDLParserParser.ExpressionContext ctx)
-
-