Package io.opsit.explang.parser.alg
Class AlgParserParser.Char_exprContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.opsit.explang.parser.alg.AlgParserParser.ExprContext
-
- io.opsit.explang.parser.alg.AlgParserParser.Char_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
- Enclosing class:
- AlgParserParser
public static class AlgParserParser.Char_exprContext extends AlgParserParser.ExprContext
-
-
Constructor Summary
Constructors Constructor Description Char_exprContext(AlgParserParser.ExprContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)org.antlr.v4.runtime.tree.TerminalNodeCHAR()-
Methods inherited from class io.opsit.explang.parser.alg.AlgParserParser.ExprContext
copyFrom, getRuleIndex
-
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
-
-
-
-
Constructor Detail
-
Char_exprContext
public Char_exprContext(AlgParserParser.ExprContext ctx)
-
-