org.drools.base
Class ModifyInterceptor
java.lang.Object
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
Fields inherited from interface org.mvel2.integration.Interceptor |
END, NORMAL_FLOW, SKIP |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModifyInterceptor
public ModifyInterceptor()
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-2012 JBoss by Red Hat. All Rights Reserved.