Class FieldExpressionsParser.ExtraBracesContext
-
- 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
public class FieldExpressionsParser.ExtraBracesContext extends FieldExpressionsParser.NumberContext
-
-
Constructor Summary
Constructors Constructor Description FieldExpressionsParser.ExtraBracesContext(FieldExpressionsParser.NumberContext ctx)
-
Method Summary
Modifier and Type Method Description TerminalNodeBRACEOPEN()FieldExpressionsParser.NumberContextnumber()TerminalNodeBRACECLOSE()<T> Taccept(ParseTreeVisitor<out T> visitor)-
Methods inherited from class nl.basjes.modbus.schema.expression.parser.generated.FieldExpressionsParser.NumberContext
copyFrom, getRuleIndex -
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString -
Methods inherited from class org.antlr.v4.runtime.RuleContext
depth, getAltNumber, getParent, getPayload, getRuleContext, getRuleIndex, getText, isEmpty, setAltNumber, setParent, toString, toStringTree -
Methods inherited from class org.antlr.v4.runtime.tree.ParseTree
getParent -
Methods inherited from class org.antlr.v4.runtime.tree.Tree
getChild, getParent, getPayload -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FieldExpressionsParser.ExtraBracesContext
FieldExpressionsParser.ExtraBracesContext(FieldExpressionsParser.NumberContext ctx)
-
-
Method Detail
-
BRACEOPEN
TerminalNode BRACEOPEN()
-
BRACECLOSE
TerminalNode BRACECLOSE()
-
-
-
-