(Object context, CodeVisitor visitor, boolean strict)
| 40 | List<VariableDeclaration> getVariableDeclarations(); |
| 41 | |
| 42 | Object accept(Object context, CodeVisitor visitor, boolean strict); |
| 43 | |
| 44 | int getSizeMetric(); |
| 45 |
no outgoing calls
no test coverage detected