public class SuperParameterDef extends Element
Constructor and Description |
---|
SuperParameterDef() |
Modifier and Type | Method and Description |
---|---|
ConstructorDef |
getParent() |
TypeDef |
getType() |
void |
setParent(ConstructorDef parent) |
void |
setType(String type) |
void |
setType(TypeDef type) |
public ConstructorDef getParent()
public void setParent(ConstructorDef parent)
public TypeDef getType()
public void setType(TypeDef type)
public void setType(String type)
Copyright © 2006-2012 Codehaus. All Rights Reserved.