public class InterfaceBody
extends java.lang.Object
Constructor and Description |
---|
InterfaceBody() |
Modifier and Type | Method and Description |
---|---|
void |
addElement(FieldDecl fd)
Fuegt ein neues Element (Konstantendefinition oder abstrakte
Methode) ein.
|
void |
codegen(ClassFile cf,
de.dhbwstuttgart.typeinference.Menge paralist) |
de.dhbwstuttgart.typeinference.Menge<Constant> |
getConstantVektor() |
de.dhbwstuttgart.typeinference.Menge<Method> |
getMethodVektor() |
void |
setConstantVektor(de.dhbwstuttgart.typeinference.Menge<Constant> constantVektor) |
void |
setMethodVektor(de.dhbwstuttgart.typeinference.Menge<Method> methodVektor) |
public void addElement(FieldDecl fd)
public de.dhbwstuttgart.typeinference.Menge<Constant> getConstantVektor()
public void setConstantVektor(de.dhbwstuttgart.typeinference.Menge<Constant> constantVektor)
public de.dhbwstuttgart.typeinference.Menge<Method> getMethodVektor()
public void setMethodVektor(de.dhbwstuttgart.typeinference.Menge<Method> methodVektor)
public void codegen(ClassFile cf, de.dhbwstuttgart.typeinference.Menge paralist) throws JVMCodeException
JVMCodeException