public class Method extends AstModel<com.sun.tools.javac.tree.JCTree.JCMethodDecl>
| Constructor and Description |
|---|
Method(java.lang.String name,
Clazz clazz,
java.util.List<Parameter> parameters,
com.sun.tools.javac.tree.JCTree.JCMethodDecl representation) |
| Modifier and Type | Method and Description |
|---|---|
Clazz |
getClazz() |
java.lang.String |
getName() |
java.util.List<Parameter> |
getParameters() |
java.lang.String |
toString() |
representation