MCPcopy Create free account
hub / github.com/crossoverJie/gscript / ExitRule

Method ExitRule

parser/gscript_parser.go:4040–4044  ·  view source on GitHub ↗
(listener antlr.ParseTreeListener)

Source from the content-addressed store, hash-verified

4038}
4039
4040func (s *ProgContext) ExitRule(listener antlr.ParseTreeListener) {
4041 if listenerT, ok := listener.(GScriptListener); ok {
4042 listenerT.ExitProg(s)
4043 }
4044}
4045
4046func (s *ProgContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
4047 switch t := visitor.(type) {

Callers 15

ClassDeclarationMethod · 0.45
ClassBodyMethod · 0.45
ClassBodyDeclarationMethod · 0.45
MemberDeclarationMethod · 0.45
FunctionDeclarationMethod · 0.45
OperatorOverloadingMethod · 0.45
FunctionBodyMethod · 0.45
TypeTypeOrVoidMethod · 0.45
QualifiedNameListMethod · 0.45
FormalParametersMethod · 0.45
FormalParameterListMethod · 0.45
FormalParameterMethod · 0.45

Calls 1

ExitProgMethod · 0.65

Tested by

no test coverage detected