aspoev.primitive.command
Class RetypeMethodCommand

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

public class RetypeMethodCommand
extends EditMethodCommand
implements RetypeCommand, pJ.jasmine.PRI

See Also:
Serialized Form

Field Summary
protected  TypeReferenceElement newReturnType
           
 
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
RetypeMethodCommand(TypeReferenceElement targetType, java.lang.String methodName, java.util.List paramTypes, TypeReferenceElement newReturnType)
           
 
Method Summary
protected  void edit()
           
 java.lang.String getPrimitiveName()
           
protected  void persist()
           
 
Methods inherited from class aspoev.primitive.command.EditMethodCommand
getParameterTypes, 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
 

Field Detail

newReturnType

protected TypeReferenceElement newReturnType
Constructor Detail

RetypeMethodCommand

public RetypeMethodCommand(TypeReferenceElement targetType,
                           java.lang.String methodName,
                           java.util.List paramTypes,
                           TypeReferenceElement newReturnType)
Method Detail

persist

protected void persist()
Overrides:
persist in class EditMethodCommand

edit

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

getPrimitiveName

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