|
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.IlrActionStatement
public abstract class IlrActionStatement
The base class for all action statements in the intermediate form of the IRL translation process (IlrIntermediateForm).
| Constructor Summary | |
|---|---|
IlrActionStatement(IlrSyntaxTree.Node astNode)
Builds a new action statement with the specified Abstract Syntax Tree node. |
|
| Method Summary | |
|---|---|
IlrConcept |
getConcept()
Gets the concept of this action statement. |
IlrBlockActionStatement |
getParent()
Gets the block action containing this action. |
String |
getVarName()
Gets the name of the object to be updated. |
void |
setConcept(IlrConcept concept)
Sets the concept of this action. |
void |
setVarName(String name)
Sets the name of the variable to be updated. |
| 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 IlrActionStatement(IlrSyntaxTree.Node astNode)
astNode - The Abstract Syntax Tree node.| Method Detail |
|---|
public void setVarName(String name)
name - The name of the variable.public String getVarName()
getVarName in interface IlrNamedStatementpublic void setConcept(IlrConcept concept)
public IlrConcept getConcept()
public IlrBlockActionStatement getParent()
null.
null.
|
ILOG JRules | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||