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

Interface IClassBodyContext

parser/gscript_parser.go:612–620  ·  view source on GitHub ↗

IClassBodyContext is an interface to support dynamic dispatch.

Source from the content-addressed store, hash-verified

610
611// IClassBodyContext is an interface to support dynamic dispatch.
612type IClassBodyContext interface {
613 antlr.ParserRuleContext
614
615 // GetParser returns the parser.
616 GetParser() antlr.Parser
617
618 // IsClassBodyContext differentiates from other interfaces.
619 IsClassBodyContext()
620}
621
622type ClassBodyContext struct {
623 *antlr.BaseParserRuleContext

Callers

nothing calls this directly

Implementers 1

ClassBodyContextparser/gscript_parser.go

Calls

no outgoing calls

Tested by

no test coverage detected