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:
Externalizable,Serializable,Namespaceable
- Direct Known Subclasses:
AccessorDescr,MVELExprDescr
This is the parent class function/method calls.
- See Also:
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
DeclarativeInvokerDescr
public DeclarativeInvokerDescr()
-