org.peaseplate.internal.lang.command
Class AbstractDoubleParameterCommand
java.lang.Object
org.peaseplate.internal.lang.command.AbstractCommand
org.peaseplate.internal.lang.command.AbstractDoubleParameterCommand
- All Implemented Interfaces:
- ICommand
- Direct Known Subclasses:
- AbstractBooleanCommand, AbstractCompareCommand, AbstractEqualityCommand, AbstractNumericCommand, InlineConditionCommand
public abstract class AbstractDoubleParameterCommand
- extends AbstractCommand
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 |
AbstractDoubleParameterCommand
public AbstractDoubleParameterCommand(TemplateLocator locator,
int line,
int column,
ICommand leftCommand,
ICommand rightCommand)
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.