Package org.drools.drl.ast.descr
Class MVELExprDescr
- java.lang.Object
-
- org.drools.drl.ast.descr.BaseDescr
-
- org.drools.drl.ast.descr.DeclarativeInvokerDescr
-
- org.drools.drl.ast.descr.MVELExprDescr
-
- All Implemented Interfaces:
Externalizable,Serializable,Namespaceable
public class MVELExprDescr extends DeclarativeInvokerDescr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MVELExprDescr()MVELExprDescr(String expr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpression()StringtoString()-
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
-
-