public static class GoParser.TypeLitContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
TypeLitContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
GoParser.ArrayTypeContext |
arrayType() |
GoParser.ChannelTypeContext |
channelType() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
GoParser.FunctionTypeContext |
functionType() |
int |
getRuleIndex() |
GoParser.InterfaceTypeContext |
interfaceType() |
GoParser.MapTypeContext |
mapType() |
GoParser.PointerTypeContext |
pointerType() |
GoParser.SliceTypeContext |
sliceType() |
GoParser.StructTypeContext |
structType() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic TypeLitContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public GoParser.ArrayTypeContext arrayType()
public GoParser.StructTypeContext structType()
public GoParser.PointerTypeContext pointerType()
public GoParser.FunctionTypeContext functionType()
public GoParser.InterfaceTypeContext interfaceType()
public GoParser.SliceTypeContext sliceType()
public GoParser.MapTypeContext mapType()
public GoParser.ChannelTypeContext channelType()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextCopyright © 2021 Markus Heberling. All rights reserved.