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

Method EnterRule

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

Source from the content-addressed store, hash-verified

4032}
4033
4034func (s *ProgContext) EnterRule(listener antlr.ParseTreeListener) {
4035 if listenerT, ok := listener.(GScriptListener); ok {
4036 listenerT.EnterProg(s)
4037 }
4038}
4039
4040func (s *ProgContext) ExitRule(listener antlr.ParseTreeListener) {
4041 if listenerT, ok := listener.(GScriptListener); ok {

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

EnterProgMethod · 0.65

Tested by

no test coverage detected