aspoev.primitive.command
Class AddMethodCommand

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

public class AddMethodCommand
extends EditCommand
implements pJ.jasmine.PRI

See Also:
Serialized Form

Field Summary
protected  MethodDeclarationElement method
           
 
Fields inherited from class aspoev.primitive.command.EditCommand
target
 
Fields inherited from interface pJ.jasmine.PRI
DELETECHANGE, MODIFYCHANGE, NOCHANGE
 
Constructor Summary
AddMethodCommand(TypeReferenceElement targetType, MethodDeclarationElement method)
           
 
Method Summary
protected  void edit()
           
 java.lang.String getPrimitiveName()
           
protected  void persist()
           
 
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

method

protected MethodDeclarationElement method
Constructor Detail

AddMethodCommand

public AddMethodCommand(TypeReferenceElement targetType,
                        MethodDeclarationElement method)
Method Detail

persist

protected void persist()

edit

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

getPrimitiveName

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