org.peaseplate.internal.lang.command
Class InlineConditionCommand
java.lang.Object
org.peaseplate.internal.lang.command.AbstractCommand
org.peaseplate.internal.lang.command.AbstractDoubleParameterCommand
org.peaseplate.internal.lang.command.InlineConditionCommand
- All Implemented Interfaces:
- ICommand
public class InlineConditionCommand
- extends AbstractDoubleParameterCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InlineConditionCommand
public InlineConditionCommand(TemplateLocator locator,
int line,
int column,
ICommand condition,
ICommand leftCommand,
ICommand rightCommand)
getCondition
public ICommand getCondition()
call
public java.lang.Object call(BuildContext context)
throws TemplateRuntimeException
- Throws:
TemplateRuntimeException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2008. All Rights Reserved.