ilog.rules.factory
Class IlrBaseStatement
java.lang.Object
ilog.rules.factory.IlrBaseStatement
- All Implemented Interfaces:
- ilog.rules.factory.IlrSourceElement, IlrStatement, Serializable
- Direct Known Subclasses:
- IlrAction, IlrAssignment, IlrBindStatement, IlrBreakStatement, IlrContinueStatement, IlrFlowNodeStatement, IlrReturnStatement, IlrStatementBlock, IlrThrowStatement
public abstract class IlrBaseStatement
- extends Object
- implements IlrStatement
This class is the base class of all the statements.
Warning:
Serialized objects of this class will not be compatible with
future JRule releases. The current serialization support is appropriate
for short term storage or RMI between applications running the same
version of JRules.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlrBaseStatement
public IlrBaseStatement()