(ctx antlr.ParserRuleContext, t symbol.Type)
| 66 | } |
| 67 | |
| 68 | func (a *AnnotatedTree) PutTypeOfNode(ctx antlr.ParserRuleContext, t symbol.Type) { |
| 69 | a.typeOfNode[ctx] = t |
| 70 | } |
| 71 | |
| 72 | func (a *AnnotatedTree) GetTypeOfNode() map[antlr.ParserRuleContext]symbol.Type { |
| 73 | return a.typeOfNode |
no outgoing calls
no test coverage detected