Class FieldExpressionsParser.RegisterValuesContext
-
- 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.RegisterValuesContext extends FieldExpressionsParser.RegisterlistContext
-
-
Field Summary
Fields Modifier and Type Field Description public FieldExpressionsParser.ConstantHexStringContextvaluepublic final static ParserRuleContextEMPTYpublic List<ParseTree>childrenpublic Tokenstartpublic Tokenstoppublic RecognitionExceptionexceptionpublic RuleContextparentpublic intinvokingState
-
Constructor Summary
Constructors Constructor Description FieldExpressionsParser.RegisterValuesContext(FieldExpressionsParser.RegisterlistContext ctx)
-
Method Summary
Modifier and Type Method Description List<TerminalNode>DOUBLEQUOTE()TerminalNodeDOUBLEQUOTE(int i)FieldExpressionsParser.ConstantHexStringContextconstantHexString()<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.RegisterValuesContext
FieldExpressionsParser.RegisterValuesContext(FieldExpressionsParser.RegisterlistContext ctx)
-
-
Method Detail
-
DOUBLEQUOTE
List<TerminalNode> DOUBLEQUOTE()
-
DOUBLEQUOTE
TerminalNode DOUBLEQUOTE(int i)
-
constantHexString
FieldExpressionsParser.ConstantHexStringContext constantHexString()
-
-
-
-