org.peaseplate.internal.lang.command
Class VariableCommand

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

public class VariableCommand
extends AbstractCommand


Constructor Summary
VariableCommand(TemplateLocator locator, int line, int column, java.lang.String name)
           
 
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

VariableCommand

public VariableCommand(TemplateLocator locator,
                       int line,
                       int column,
                       java.lang.String name)
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.