org.peaseplate.internal.lang.command
Class AbstractDoubleParameterCommand

java.lang.Object
  extended by org.peaseplate.internal.lang.command.AbstractCommand
      extended by org.peaseplate.internal.lang.command.AbstractDoubleParameterCommand
All Implemented Interfaces:
ICommand
Direct Known Subclasses:
AbstractBooleanCommand, AbstractCompareCommand, AbstractEqualityCommand, AbstractNumericCommand, InlineConditionCommand

public abstract class AbstractDoubleParameterCommand
extends AbstractCommand


Constructor Summary
AbstractDoubleParameterCommand(TemplateLocator locator, int line, int column, ICommand leftCommand, ICommand rightCommand)
           
 
Method Summary
 java.lang.Object callLeftCommand(BuildContext context)
           
 java.lang.Object callRightCommand(BuildContext context)
           
 ICommand getLeftCommand()
           
 ICommand getRightCommand()
           
 
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, toString, wait, wait, wait
 
Methods inherited from interface org.peaseplate.internal.lang.command.ICommand
call
 

Constructor Detail

AbstractDoubleParameterCommand

public AbstractDoubleParameterCommand(TemplateLocator locator,
                                      int line,
                                      int column,
                                      ICommand leftCommand,
                                      ICommand rightCommand)
Method Detail

getLeftCommand

public ICommand getLeftCommand()

getRightCommand

public ICommand getRightCommand()

callLeftCommand

public java.lang.Object callLeftCommand(BuildContext context)
                                 throws TemplateRuntimeException
Throws:
TemplateRuntimeException

callRightCommand

public java.lang.Object callRightCommand(BuildContext context)
                                  throws TemplateRuntimeException
Throws:
TemplateRuntimeException


Copyright © 2008. All Rights Reserved.