Package io.opsit.explang.parser.alg
Class AlgParserParser.ExprContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.opsit.explang.parser.alg.AlgParserParser.ExprContext
-
- 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:
AlgParserParser.And_exprContext,AlgParserParser.Assign_exprContext,AlgParserParser.Assoc_lookupContext,AlgParserParser.Atom_exprContext,AlgParserParser.Beblock_exprContext,AlgParserParser.Char_exprContext,AlgParserParser.Dict_exprContext,AlgParserParser.DotchainContext,AlgParserParser.Dwim_matches_exprContext,AlgParserParser.Dwim_search_exprContext,AlgParserParser.Equality_exprContext,AlgParserParser.Fields_exprContext,AlgParserParser.For_exprContext,AlgParserParser.Funcall_exprContext,AlgParserParser.If_exprContext,AlgParserParser.In_exprContext,AlgParserParser.Ipol_exprContext,AlgParserParser.Lambda_exprContext,AlgParserParser.Lambdacall_exprContext,AlgParserParser.Let_exprContext,AlgParserParser.Monolambda_exprContext,AlgParserParser.Not_exprContext,AlgParserParser.Numcomp_exprContext,AlgParserParser.Or_exprContext,AlgParserParser.Paren_exprContext,AlgParserParser.Product_exprContext,AlgParserParser.Quote_exprContext,AlgParserParser.Return_exprContext,AlgParserParser.Sign_exprContext,AlgParserParser.Slambda_exprContext,AlgParserParser.Sum_exprContext,AlgParserParser.Th_as_exprContext,AlgParserParser.Th_at_exprContext,AlgParserParser.Th_auto_exprContext,AlgParserParser.Try_exprContext,AlgParserParser.Vardecl_exprContext,AlgParserParser.Vector_exprContext,AlgParserParser.While_exprContext
- Enclosing class:
- AlgParserParser
public static class AlgParserParser.ExprContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description ExprContext()ExprContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyFrom(AlgParserParser.ExprContext 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(AlgParserParser.ExprContext ctx)
-
-