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

Method LBRACK

parser/gscript_parser.go:6354–6356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6352}
6353
6354func (s *ExprContext) LBRACK() antlr.TerminalNode {
6355 return s.GetToken(GScriptParserLBRACK, 0)
6356}
6357
6358func (s *ExprContext) COLON() antlr.TerminalNode {
6359 return s.GetToken(GScriptParserCOLON, 0)

Callers 3

VisitArrayInitializerMethod · 0.45
VisitExprMethod · 0.45
ExitExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected