|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.refactor.TransformAST
org.acm.seguin.refactor.type.AddImplementedInterfaceTransform
public class AddImplementedInterfaceTransform
This object will add a new interface to the implements clause of a class declaration. If no implements clause exists, one will be added.
Constructor Summary | |
---|---|
AddImplementedInterfaceTransform(net.sourceforge.jrefactory.ast.ASTName interfaceName)
Constructor for the AddImplementsTransform object |
Method Summary | |
---|---|
void |
update(net.sourceforge.jrefactory.ast.SimpleNode root)
Description of the Method |
Methods inherited from class org.acm.seguin.refactor.TransformAST |
---|
copyModifiers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddImplementedInterfaceTransform(net.sourceforge.jrefactory.ast.ASTName interfaceName)
interfaceName
- Description of ParameterMethod Detail |
---|
public void update(net.sourceforge.jrefactory.ast.SimpleNode root)
update
in class TransformAST
root
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |