(ctx antlr.ParserRuleContext, symbol symbol.Symbol)
| 58 | } |
| 59 | |
| 60 | func (a *AnnotatedTree) PutSymbolOfNode(ctx antlr.ParserRuleContext, symbol symbol.Symbol) { |
| 61 | a.symbolOfNode[ctx] = symbol |
| 62 | } |
| 63 | |
| 64 | func (a *AnnotatedTree) GetSymbolOfNode() map[antlr.ParserRuleContext]symbol.Symbol { |
| 65 | return a.symbolOfNode |
no outgoing calls
no test coverage detected