|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.peaseplate.internal.lang.command.AbstractCommand org.peaseplate.internal.lang.command.AbstractDoubleParameterCommand org.peaseplate.internal.lang.command.AbstractBooleanCommand org.peaseplate.internal.lang.command.OrCommand
public class OrCommand
Constructor Summary | |
---|---|
OrCommand(TemplateLocator locator,
int line,
int column,
ICommand leftCommand,
ICommand rightCommand)
|
Method Summary | |
---|---|
java.lang.Object |
call(BuildContext context)
|
java.lang.String |
getSign()
|
Methods inherited from class org.peaseplate.internal.lang.command.AbstractBooleanCommand |
---|
callBooleanLeftCommand, callBooleanRightCommand, toString |
Methods inherited from class org.peaseplate.internal.lang.command.AbstractDoubleParameterCommand |
---|
callLeftCommand, callRightCommand, getLeftCommand, 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, wait, wait, wait |
Constructor Detail |
---|
public OrCommand(TemplateLocator locator, int line, int column, ICommand leftCommand, ICommand rightCommand)
Method Detail |
---|
public java.lang.String getSign()
getSign
in class AbstractBooleanCommand
AbstractNumericCommand.getSign()
public java.lang.Object call(BuildContext context) throws TemplateRuntimeException
TemplateRuntimeException
ICommand.call(BuildContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |