public static class ZserioParser.BuiltinTypeContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
BuiltinTypeContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
ZserioParser.BoolTypeContext |
boolType() |
ZserioParser.BytesTypeContext |
bytesType() |
ZserioParser.DynamicBitFieldTypeContext |
dynamicBitFieldType() |
ZserioParser.ExternTypeContext |
externType() |
ZserioParser.FixedBitFieldTypeContext |
fixedBitFieldType() |
ZserioParser.FloatTypeContext |
floatType() |
int |
getRuleIndex() |
ZserioParser.IntTypeContext |
intType() |
ZserioParser.StringTypeContext |
stringType() |
ZserioParser.VarintTypeContext |
varintType() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic BuiltinTypeContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public ZserioParser.IntTypeContext intType()
public ZserioParser.VarintTypeContext varintType()
public ZserioParser.FixedBitFieldTypeContext fixedBitFieldType()
public ZserioParser.DynamicBitFieldTypeContext dynamicBitFieldType()
public ZserioParser.BoolTypeContext boolType()
public ZserioParser.StringTypeContext stringType()
public ZserioParser.FloatTypeContext floatType()
public ZserioParser.ExternTypeContext externType()
public ZserioParser.BytesTypeContext bytesType()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextLast updated 2024-07-18 11:31:32