public interface MuPClass<Formal extends Param,Actual extends TypeObject> extends PClass<Formal,Actual>
| Modifier and Type | Method and Description |
|---|---|
void |
addFormal(Formal param)
Destructively add a formal to the end of the formals list.
|
void |
clazz(ClassType clazz)
Destructively update the clazz.
|
void |
formals(java.util.List<Formal> formals)
Destructively update the formals.
|
clazz, formals, instantiatepackage_equalsImpl, isCanonical, position, typeSystemvoid formals(java.util.List<Formal> formals)
formals - The new formalsvoid addFormal(Formal param)
param - The new formalvoid clazz(ClassType clazz)
clazz - The new clazz