| 210 | func (n *Node) Modifiers() *ModifierList { return n.data.Modifiers() } |
| 211 | func (n *Node) FlowNodeData() *FlowNodeBase { return n.data.FlowNodeData() } |
| 212 | func (n *Node) DeclarationData() *DeclarationBase { return n.data.DeclarationData() } |
| 213 | func (n *Node) ExportableData() *ExportableBase { return n.data.ExportableData() } |
| 214 | func (n *Node) LocalsContainerData() *LocalsContainerBase { return n.data.LocalsContainerData() } |
| 215 | func (n *Node) FunctionLikeData() *FunctionLikeBase { return n.data.FunctionLikeData() } |