()
| 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() } |
| 216 | func (n *Node) ParameterList() *ParameterList { return n.data.FunctionLikeData().Parameters } |
| 217 | func (n *Node) Parameters() []*ParameterDeclarationNode { return n.ParameterList().Nodes } |
| 218 | func (n *Node) ClassLikeData() *ClassLikeBase { return n.data.ClassLikeData() } |
no test coverage detected