org.drools.base
Class ModifyInterceptor

java.lang.Object
  extended by org.drools.base.ModifyInterceptor
All Implemented Interfaces:
Externalizable, Serializable, org.mvel2.integration.Interceptor

public class ModifyInterceptor
extends Object
implements org.mvel2.integration.Interceptor, Externalizable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.mvel2.integration.Interceptor
END, NORMAL_FLOW, SKIP
 
Constructor Summary
ModifyInterceptor()
           
 
Method Summary
 int doAfter(Object value, org.mvel2.ast.ASTNode node, org.mvel2.integration.VariableResolverFactory factory)
           
 int doBefore(org.mvel2.ast.ASTNode node, org.mvel2.integration.VariableResolverFactory factory)
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyInterceptor

public ModifyInterceptor()
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

doBefore

public int doBefore(org.mvel2.ast.ASTNode node,
                    org.mvel2.integration.VariableResolverFactory factory)
Specified by:
doBefore in interface org.mvel2.integration.Interceptor

doAfter

public int doAfter(Object value,
                   org.mvel2.ast.ASTNode node,
                   org.mvel2.integration.VariableResolverFactory factory)
Specified by:
doAfter in interface org.mvel2.integration.Interceptor


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.