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

Struct ClassDeclarationContext

parser/gscript_parser.go:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440type ClassDeclarationContext struct {
441 *antlr.BaseParserRuleContext
442 parser antlr.Parser
443}
444
445func NewEmptyClassDeclarationContext() *ClassDeclarationContext {
446 var p = new(ClassDeclarationContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected