Class FieldExpressionsParser.StringUtf8Context
-
- 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.StringUtf8Context extends FieldExpressionsParser.StringContext
-
-
Field Summary
Fields Modifier and Type Field Description public FieldExpressionsParser.RegisterlistContextregisterspublic final static ParserRuleContextEMPTYpublic List<ParseTree>childrenpublic Tokenstartpublic Tokenstoppublic RecognitionExceptionexceptionpublic RuleContextparentpublic intinvokingState
-
Constructor Summary
Constructors Constructor Description FieldExpressionsParser.StringUtf8Context(FieldExpressionsParser.StringContext ctx)
-
Method Summary
Modifier and Type Method Description TerminalNodeUTF8()TerminalNodeBRACEOPEN()TerminalNodeBRACECLOSE()FieldExpressionsParser.RegisterlistContextregisterlist()<T> Taccept(ParseTreeVisitor<out T> visitor)-
Methods inherited from class nl.basjes.modbus.schema.expression.parser.generated.FieldExpressionsParser.StringContext
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.StringUtf8Context
FieldExpressionsParser.StringUtf8Context(FieldExpressionsParser.StringContext ctx)
-
-
Method Detail
-
UTF8
TerminalNode UTF8()
-
BRACEOPEN
TerminalNode BRACEOPEN()
-
BRACECLOSE
TerminalNode BRACECLOSE()
-
registerlist
FieldExpressionsParser.RegisterlistContext registerlist()
-
-
-
-