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

Method LT

parser/gscript_parser.go:6390–6392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6388}
6389
6390func (s *ExprContext) LT() antlr.TerminalNode {
6391 return s.GetToken(GScriptParserLT, 0)
6392}
6393
6394func (s *ExprContext) EQUAL() antlr.TerminalNode {
6395 return s.GetToken(GScriptParserEQUAL, 0)

Callers 2

exprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected