aspoev.primitive.command
Class RetypeParameterCommand

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

public class RetypeParameterCommand
extends EditParameterCommand
implements RetypeCommand, pJ.jasmine.PRI

See Also:
Serialized Form

Field Summary
protected  TypeReferenceElement newType
           
 
Fields inherited from class aspoev.primitive.command.EditParameterCommand
paramIndex
 
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
RetypeParameterCommand(TypeReferenceElement targetType, java.lang.String methodName, java.util.List types, int position, TypeReferenceElement newType)
           
 
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

newType

protected TypeReferenceElement newType
Constructor Detail

RetypeParameterCommand

public RetypeParameterCommand(TypeReferenceElement targetType,
                              java.lang.String methodName,
                              java.util.List types,
                              int position,
                              TypeReferenceElement newType)
Method Detail

persist

protected void persist()
Overrides:
persist in class EditParameterCommand

edit

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

getPrimitiveName

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