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

Struct ClassBodyContext

parser/gscript_parser.go:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622type ClassBodyContext struct {
623 *antlr.BaseParserRuleContext
624 parser antlr.Parser
625}
626
627func NewEmptyClassBodyContext() *ClassBodyContext {
628 var p = new(ClassBodyContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected