public static class ParameterDecl.Impl extends java.lang.Object implements ParameterDecl
ParameterDecl.Impl, ParameterDecl.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(MethodDecl owner,
Attributes attributes,
java.lang.String name,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
getAttributes() |
java.lang.String |
getName() |
MethodDecl |
getOwner() |
Type |
getType() |
void |
setAttributes(Attributes attributes) |
void |
setName(java.lang.String name) |
void |
setOwner(MethodDecl owner) |
void |
setType(Type type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, ofpublic Impl()
public Impl(MethodDecl owner, Attributes attributes, java.lang.String name, Type type)
public MethodDecl getOwner()
getOwner in interface ParameterDeclpublic void setOwner(MethodDecl owner)
setOwner in interface ParameterDeclpublic Attributes getAttributes()
getAttributes in interface ParameterDeclpublic void setAttributes(Attributes attributes)
setAttributes in interface ParameterDeclpublic java.lang.String getName()
getName in interface ParameterDeclpublic void setName(java.lang.String name)
setName in interface ParameterDeclpublic Type getType()
getType in interface ParameterDeclpublic void setType(Type type)
setType in interface ParameterDecl