type ParserRuleContext …
type BaseParserRuleContext …
func NewBaseParserRuleContext(parent ParserRuleContext, invokingStateNumber int) *BaseParserRuleContext { … }
func InitBaseParserRuleContext(prc *BaseParserRuleContext, parent ParserRuleContext, invokingStateNumber int) { … }
func (prc *BaseParserRuleContext) SetException(e RecognitionException) { … }
func (prc *BaseParserRuleContext) GetChildren() []Tree { … }
func (prc *BaseParserRuleContext) CopyFrom(ctx *BaseParserRuleContext) { … }
func (prc *BaseParserRuleContext) GetText() string { … }
func (prc *BaseParserRuleContext) EnterRule(_ ParseTreeListener) { … }
func (prc *BaseParserRuleContext) ExitRule(_ ParseTreeListener) { … }
func (prc *BaseParserRuleContext) addTerminalNodeChild(child TerminalNode) TerminalNode { … }
func (prc *BaseParserRuleContext) AddChild(child RuleContext) RuleContext { … }
func (prc *BaseParserRuleContext) RemoveLastChild() { … }
func (prc *BaseParserRuleContext) AddTokenNode(token Token) *TerminalNodeImpl { … }
func (prc *BaseParserRuleContext) AddErrorNode(badToken Token) *ErrorNodeImpl { … }
func (prc *BaseParserRuleContext) GetChild(i int) Tree { … }
func (prc *BaseParserRuleContext) GetChildOfType(i int, childType reflect.Type) RuleContext { … }
func (prc *BaseParserRuleContext) ToStringTree(ruleNames []string, recog Recognizer) string { … }
func (prc *BaseParserRuleContext) GetRuleContext() RuleContext { … }
func (prc *BaseParserRuleContext) Accept(visitor ParseTreeVisitor) interface{ … }
func (prc *BaseParserRuleContext) SetStart(t Token) { … }
func (prc *BaseParserRuleContext) GetStart() Token { … }
func (prc *BaseParserRuleContext) SetStop(t Token) { … }
func (prc *BaseParserRuleContext) GetStop() Token { … }
func (prc *BaseParserRuleContext) GetToken(ttype int, i int) TerminalNode { … }
func (prc *BaseParserRuleContext) GetTokens(ttype int) []TerminalNode { … }
func (prc *BaseParserRuleContext) GetPayload() interface{ … }
func (prc *BaseParserRuleContext) getChild(ctxType reflect.Type, i int) RuleContext { … }
func (prc *BaseParserRuleContext) GetTypedRuleContext(ctxType reflect.Type, i int) RuleContext { … }
func (prc *BaseParserRuleContext) GetTypedRuleContexts(ctxType reflect.Type) []RuleContext { … }
func (prc *BaseParserRuleContext) GetChildCount() int { … }
func (prc *BaseParserRuleContext) GetSourceInterval() Interval { … }
func (prc *BaseParserRuleContext) String(ruleNames []string, stop RuleContext) string { … }
func (prc *BaseParserRuleContext) SetParent(v Tree) { … }
func (prc *BaseParserRuleContext) GetInvokingState() int { … }
func (prc *BaseParserRuleContext) SetInvokingState(t int) { … }
func (prc *BaseParserRuleContext) GetRuleIndex() int { … }
func (prc *BaseParserRuleContext) GetAltNumber() int { … }
func (prc *BaseParserRuleContext) SetAltNumber(_ int) { … }
func (prc *BaseParserRuleContext) IsEmpty() bool { … }
func (prc *BaseParserRuleContext) GetParent() Tree { … }
var ParserRuleContextEmpty …
type InterpreterRuleContext …
type BaseInterpreterRuleContext …
func NewBaseInterpreterRuleContext(parent BaseInterpreterRuleContext, invokingStateNumber, ruleIndex int) *BaseInterpreterRuleContext { … }