public interface IAddAction extends ISimpleAction
NEWLINE| Modifier and Type | Method and Description |
|---|---|
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.
|
accept, dump, getColumn, getLine, getUserData, setUserData@Deprecated IModelReference getElement()
getSource().IExpression getSource()
Replaces getElement().
IModelReference getTo()
Copyright © 2006-2013. All Rights Reserved.