| 961 | } |
| 962 | |
| 963 | type ConditionalAndContext struct { |
| 964 | antlr.BaseParserRuleContext |
| 965 | parser antlr.Parser |
| 966 | e IRelationContext |
| 967 | s8 antlr.Token |
| 968 | ops []antlr.Token |
| 969 | _relation IRelationContext |
| 970 | e1 []IRelationContext |
| 971 | } |
| 972 | |
| 973 | func NewEmptyConditionalAndContext() *ConditionalAndContext { |
| 974 | var p = new(ConditionalAndContext) |
nothing calls this directly
no outgoing calls
no test coverage detected