org.peaseplate.internal.lang.command
Class AbstractUnaryCommand

java.lang.Object
  extended by org.peaseplate.internal.lang.command.AbstractCommand
      extended by org.peaseplate.internal.lang.command.AbstractSingleParameterCommand
          extended by org.peaseplate.internal.lang.command.AbstractUnaryCommand
All Implemented Interfaces:
ICommand
Direct Known Subclasses:
ComplementCommand, NegativeCommand, NotCommand, PositiveCommand

public abstract class AbstractUnaryCommand
extends AbstractSingleParameterCommand


Constructor Summary
AbstractUnaryCommand(TemplateLocator locator, int line, int column, ICommand command)
           
 
Method Summary
abstract  java.lang.String getSign()
           
 java.lang.String toString()
           
 
Methods inherited from class org.peaseplate.internal.lang.command.AbstractSingleParameterCommand
callCommand, getCommand
 
Methods inherited from class org.peaseplate.internal.lang.command.AbstractCommand
getColumn, getLine, getLocator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.peaseplate.internal.lang.command.ICommand
call
 

Constructor Detail

AbstractUnaryCommand

public AbstractUnaryCommand(TemplateLocator locator,
                            int line,
                            int column,
                            ICommand command)
Method Detail

getSign

public abstract java.lang.String getSign()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2008. All Rights Reserved.