public class InterfacesEditor extends 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)
Copyright © 2015. All Rights Reserved.