|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddAction
An action that adds an element to a collection. The element to be added is either an attribute, or a complex object held in a variable. The target is always a collection - the type checker makes sure of that.
Field Summary |
---|
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode |
---|
NEWLINE |
Method Summary | |
---|---|
IModelReference |
getElement()
Deprecated. As of version 1.4.10, this method is deprecated. It will continue to work with old rule files, however since add expressions can now return any expression, not just model references, you should really call getSource() . |
IExpression |
getSource()
Return the expression to add to the list. |
IModelReference |
getTo()
Return the collection to add to. |
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode |
---|
accept, dump, getColumn, getLine, getUserData, setUserData |
Method Detail |
---|
@Deprecated IModelReference getElement()
getSource()
.
IExpression getSource()
Replaces getElement()
.
IModelReference getTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |