Package org.drools.drl.ast.descr
Class DeclarativeInvokerDescr
- java.lang.Object
-
- org.drools.drl.ast.descr.BaseDescr
-
- org.drools.drl.ast.descr.DeclarativeInvokerDescr
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable,Namespaceable
- Direct Known Subclasses:
AccessorDescr,MVELExprDescr
public class DeclarativeInvokerDescr extends BaseDescr
This is the parent class function/method calls.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeclarativeInvokerDescr()
-
Method Summary
-
Methods inherited from class org.drools.drl.ast.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, readExternal, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
-
-