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

Method RBRACK

parser/gscript_parser.go:6362–6364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6360}
6361
6362func (s *ExprContext) RBRACK() antlr.TerminalNode {
6363 return s.GetToken(GScriptParserRBRACK, 0)
6364}
6365
6366func (s *ExprContext) MULT() antlr.TerminalNode {
6367 return s.GetToken(GScriptParserMULT, 0)

Callers 3

VisitArrayInitializerMethod · 0.45
VisitExprMethod · 0.45
ExitExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected