public class ExternalParameterDecl extends ParameterDecl.Impl
ParameterDecl.Impl, ParameterDecl.Visitor<P,R>| Constructor and Description |
|---|
ExternalParameterDecl() |
ExternalParameterDecl(MethodDecl owner,
java.lang.String name,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType() |
void |
setType(Type type) |
getName, getOwner, setName, setOwnergetPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, ofgetPosition, of, setPositionpublic ExternalParameterDecl()
public ExternalParameterDecl(MethodDecl owner, java.lang.String name, Type type)
public Type getType()
getType in interface DeclgetType in interface ParameterDeclgetType in class ParameterDecl.Implpublic void setType(Type type)
setType in interface DeclsetType in interface ParameterDeclsetType in class ParameterDecl.Impl