org.peaseplate.internal.lang.command
Class ThisCommand

java.lang.Object
  extended by org.peaseplate.internal.lang.command.AbstractCommand
      extended by org.peaseplate.internal.lang.command.ThisCommand
All Implemented Interfaces:
ICommand

public class ThisCommand
extends AbstractCommand


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

ThisCommand

public ThisCommand(TemplateLocator locator,
                   int line,
                   int column)
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.