Class FieldExpressionsParser.RegistersContext
-
- 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.RegistersContext extends FieldExpressionsParser.RegisterlistContext
-
-
Constructor Summary
Constructors Constructor Description FieldExpressionsParser.RegistersContext(FieldExpressionsParser.RegisterlistContext ctx)
-
Method Summary
Modifier and Type Method Description List<FieldExpressionsParser.SingleRegisterContext>singleRegister()FieldExpressionsParser.SingleRegisterContextsingleRegister(int i)List<TerminalNode>COMMA()TerminalNodeCOMMA(int i)<T> Taccept(ParseTreeVisitor<out T> visitor)-
Methods inherited from class nl.basjes.modbus.schema.expression.parser.generated.FieldExpressionsParser.RegisterlistContext
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.RegistersContext
FieldExpressionsParser.RegistersContext(FieldExpressionsParser.RegisterlistContext ctx)
-
-
Method Detail
-
singleRegister
List<FieldExpressionsParser.SingleRegisterContext> singleRegister()
-
singleRegister
FieldExpressionsParser.SingleRegisterContext singleRegister(int i)
-
COMMA
TerminalNode COMMA(int i)
-
-
-
-