(i int)
| 6322 | } |
| 6323 | |
| 6324 | func (s *ExprContext) Expr(i int) IExprContext { |
| 6325 | var t = s.GetTypedRuleContext(reflect.TypeOf((*IExprContext)(nil)).Elem(), i) |
| 6326 | |
| 6327 | if t == nil { |
| 6328 | return nil |
| 6329 | } |
| 6330 | |
| 6331 | return t.(IExprContext) |
| 6332 | } |
| 6333 | |
| 6334 | func (s *ExprContext) SUB() antlr.TerminalNode { |
| 6335 | return s.GetToken(GScriptParserSUB, 0) |
no outgoing calls
no test coverage detected