public class InterfaceBody
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Menge<Constant> |
ConstantVektor |
protected Menge<Method> |
MethodVektor |
Constructor and Description |
---|
InterfaceBody() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(Field fd)
Fuegt ein neues Element (Konstantendefinition oder abstrakte
Methode) ein.
|
Menge<Constant> |
getConstantVektor() |
Menge<Method> |
getMethodVektor() |
void |
setConstantVektor(Menge<Constant> constantVektor) |
void |
setMethodVektor(Menge<Method> methodVektor) |
public void addElement(Field fd)