public class Parameter extends AstModel<com.sun.tools.javac.tree.JCTree.JCVariableDecl>
| Constructor and Description |
|---|
Parameter(java.lang.String name,
java.lang.String type,
com.sun.tools.javac.tree.JCTree.JCVariableDecl representation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
getType()
Returns the fully qualified name of the parameter type
|
java.lang.String |
toString() |
representation