aspoev.primitive.command
Class EditMethodCommand
java.lang.Object
aspoev.primitive.command.EditCommand
aspoev.primitive.command.EditMethodCommand
- All Implemented Interfaces:
- pJ.jasmine.PRI, java.io.Serializable
- Direct Known Subclasses:
- EditParameterCommand, RemoveMethodCommand, RenameMethodCommand, RetypeMethodCommand
- public abstract class EditMethodCommand
- extends EditCommand
- implements pJ.jasmine.PRI
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.String |
methodName
|
protected pJ.jasmine.ListOfObject |
types
|
| Fields inherited from interface pJ.jasmine.PRI |
DELETECHANGE, MODIFYCHANGE, NOCHANGE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodName
protected java.lang.String methodName
types
protected pJ.jasmine.ListOfObject types
EditMethodCommand
public EditMethodCommand(TypeReferenceElement targetType,
java.lang.String methodName,
java.util.List argTypes)
EditMethodCommand
protected EditMethodCommand()
getParameterTypes
public TypeReferenceElement[] getParameterTypes()
persist
protected void persist()
persistParameterTypes
protected void persistParameterTypes()