org.peaseplate.internal.lang.command
Class PopCommand

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.PopCommand
All Implemented Interfaces:
ICommand

public class PopCommand
extends AbstractSingleParameterCommand


Constructor Summary
PopCommand(TemplateLocator locator, int line, int column, ICommand command)
           
 
Method Summary
 java.lang.Object call(BuildContext context)
           
 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
 

Constructor Detail

PopCommand

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

call

public java.lang.Object call(BuildContext context)
                      throws TemplateRuntimeException
Throws:
TemplateRuntimeException
See Also:
ICommand.call(BuildContext)

toString

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


Copyright © 2008. All Rights Reserved.