| 7203 | } |
| 7204 | |
| 7205 | type FunctionCallContext struct { |
| 7206 | *PrimaryExpressionContext |
| 7207 | } |
| 7208 | |
| 7209 | func NewFunctionCallContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *FunctionCallContext { |
| 7210 | var p = new(FunctionCallContext) |
nothing calls this directly
no outgoing calls
no test coverage detected