|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.rules.brl.translation.IlrStatement
ilog.rules.brl.translation.IlrConditionStatement
ilog.rules.brl.translation.IlrBindingStatement
public abstract class IlrBindingStatement
The base class for bindings in the intermediate form of the IRL translation process (IlrIntermediateForm).
| Constructor Summary | |
|---|---|
IlrBindingStatement(IlrSyntaxTree.Node astNode)
Builds a new binding statement with the specified Abstract Syntax Tree node. |
|
IlrBindingStatement(IlrSyntaxTree.Node astNode,
String varName)
Builds a new binding statement with the specified Abstract Syntax Tree node and variable name. |
|
| Method Summary | |
|---|---|
String |
getVarName()
Gets the variable name. |
void |
setVarName(String varName)
Sets the variable name. |
| Methods inherited from class ilog.rules.brl.translation.IlrConditionStatement |
|---|
getTestNode, setTestNode |
| Methods inherited from class ilog.rules.brl.translation.IlrStatement |
|---|
accept, getNode, hasTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlrBindingStatement(IlrSyntaxTree.Node astNode)
astNode - The Abstract Syntax Tree node.
public IlrBindingStatement(IlrSyntaxTree.Node astNode,
String varName)
astNode - The Abstract Syntax Tree node.varName - The name of the variable.| Method Detail |
|---|
public String getVarName()
getVarName in interface IlrNamedStatementpublic void setVarName(String varName)
varName - The name of the variable.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||