ix.iscript
Class If
java.lang.Object
ix.iscript.Expression
ix.iscript.If
- All Implemented Interfaces:
- java.io.Serializable
public class If
- extends Expression
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
test
protected Expression test
ifTrue
protected Expression ifTrue
ifFalse
protected Expression ifFalse
If
public If()
getTest
public Expression getTest()
setTest
public void setTest(Expression test)
getIfTrue
public Expression getIfTrue()
setIfTrue
public void setIfTrue(Expression ifTrue)
getIfFalse
public Expression getIfFalse()
setIfFalse
public void setIfFalse(Expression ifFalse)