| 5355 | } |
| 5356 | |
| 5357 | type PredicatedContext struct { |
| 5358 | *antlr.BaseParserRuleContext |
| 5359 | parser antlr.Parser |
| 5360 | _valueExpression IValueExpressionContext |
| 5361 | } |
| 5362 | |
| 5363 | func NewEmptyPredicatedContext() *PredicatedContext { |
| 5364 | var p = new(PredicatedContext) |
nothing calls this directly
no outgoing calls
no test coverage detected