public class InterfacesEditor
extends java.lang.Object
Constructor and Description |
---|
InterfacesEditor(ProgramClass targetClass)
Creates a new InterfacesEditor that will edit interfaces in the given target class.
|
Modifier and Type | Method and Description |
---|---|
void |
addInterface(int interfaceConstantIndex)
Adds the specified interface to the target class, if it isn't present yet.
|
void |
deleteInterface(int interfaceConstantIndex)
Deletes the given interface from the target class, if it is present.
|
public InterfacesEditor(ProgramClass targetClass)