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

Method INT

parser/gscript_parser.go:7638–7640  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7636func (s *PrimitiveTypeContext) GetParser() antlr.Parser { return s.parser }
7637
7638func (s *PrimitiveTypeContext) INT() antlr.TerminalNode {
7639 return s.GetToken(GScriptParserINT, 0)
7640}
7641
7642func (s *PrimitiveTypeContext) STRING() antlr.TerminalNode {
7643 return s.GetToken(GScriptParserSTRING, 0)

Callers 1

ExitPrimitiveTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected