Package org.drools.mvel.expr
Class MVELObjectExpression
- java.lang.Object
-
- org.drools.mvel.expr.MVELObjectExpression
-
- All Implemented Interfaces:
Externalizable,Serializable,org.drools.core.time.TimerExpression,MVELCompileable
public class MVELObjectExpression extends Object implements MVELCompileable, org.drools.core.time.TimerExpression, Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MVELObjectExpression()MVELObjectExpression(MVELCompilationUnit unit, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompile(MVELDialectRuntimeData runtimeData)voidcompile(MVELDialectRuntimeData runtimeData, org.drools.core.definitions.rule.impl.RuleImpl rule)voidcompile(org.mvel2.ParserConfiguration conf)org.drools.core.rule.Declaration[]getDeclarations()MVELCompilationUnitgetMVELCompilationUnit()ObjectgetValue(org.drools.core.reteoo.Tuple leftTuple, org.drools.core.rule.Declaration[] declrs, org.drools.core.common.ReteEvaluator reteEvaluator)voidreadExternal(ObjectInput in)StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
MVELObjectExpression
public MVELObjectExpression()
-
MVELObjectExpression
public MVELObjectExpression(MVELCompilationUnit unit, String id)
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getMVELCompilationUnit
public MVELCompilationUnit getMVELCompilationUnit()
-
compile
public void compile(MVELDialectRuntimeData runtimeData)
- Specified by:
compilein interfaceMVELCompileable
-
compile
public void compile(org.mvel2.ParserConfiguration conf)
-
compile
public void compile(MVELDialectRuntimeData runtimeData, org.drools.core.definitions.rule.impl.RuleImpl rule)
- Specified by:
compilein interfaceMVELCompileable
-
getDeclarations
public org.drools.core.rule.Declaration[] getDeclarations()
- Specified by:
getDeclarationsin interfaceorg.drools.core.time.TimerExpression
-
getValue
public Object getValue(org.drools.core.reteoo.Tuple leftTuple, org.drools.core.rule.Declaration[] declrs, org.drools.core.common.ReteEvaluator reteEvaluator)
- Specified by:
getValuein interfaceorg.drools.core.time.TimerExpression
-
-