public class ExternalMethodDecl extends MethodDecl.Impl
MethodDecl.Impl, MethodDecl.Visitor<P,R>| Constructor and Description |
|---|
ExternalMethodDecl() |
ExternalMethodDecl(ClassDecl owner,
java.lang.String name,
java.util.List<ParameterDecl> parameters,
Type type,
SentenceList body) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType() |
void |
setType(Type type) |
getBody, getName, getOwner, getParameters, setBody, setName, setOwner, setParametersgetPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, ofgetPosition, of, setPositionpublic ExternalMethodDecl()
public ExternalMethodDecl(ClassDecl owner, java.lang.String name, java.util.List<ParameterDecl> parameters, Type type, SentenceList body)
public Type getType()
getType in interface DeclgetType in interface MethodDeclgetType in class MethodDecl.Implpublic void setType(Type type)
setType in interface DeclsetType in interface MethodDeclsetType in class MethodDecl.Impl