aspoev.primitive.command
Class RemoveMethodCommand

java.lang.Object
  extended byaspoev.primitive.command.EditCommand
      extended byaspoev.primitive.command.EditMethodCommand
          extended byaspoev.primitive.command.RemoveMethodCommand
All Implemented Interfaces:
pJ.jasmine.PRI, java.io.Serializable

public class RemoveMethodCommand
extends EditMethodCommand
implements pJ.jasmine.PRI

See Also:
Serialized Form

Field Summary
 
Fields inherited from class aspoev.primitive.command.EditMethodCommand
methodName, types
 
Fields inherited from class aspoev.primitive.command.EditCommand
target
 
Fields inherited from interface pJ.jasmine.PRI
DELETECHANGE, MODIFYCHANGE, NOCHANGE
 
Constructor Summary
RemoveMethodCommand(TypeReferenceElement targetType, java.lang.String methodName, java.util.List params)
           
 
Method Summary
protected  void edit()
           
 java.lang.String getPrimitiveName()
           
 
Methods inherited from class aspoev.primitive.command.EditMethodCommand
getParameterTypes, persist, persistParameterTypes
 
Methods inherited from class aspoev.primitive.command.EditCommand
execute, overridesMember, usesMember
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveMethodCommand

public RemoveMethodCommand(TypeReferenceElement targetType,
                           java.lang.String methodName,
                           java.util.List params)
Method Detail

edit

protected void edit()
Specified by:
edit in class EditCommand

getPrimitiveName

public java.lang.String getPrimitiveName()
Specified by:
getPrimitiveName in class EditCommand