jasco.runtime
Class JAsCoJPInterpreter

java.lang.Object
  extended by jasco.runtime.JAsCoJPInterpreter

public class JAsCoJPInterpreter
extends java.lang.Object


Constructor Summary
JAsCoJPInterpreter()
           
 
Method Summary
static java.lang.Object executeHooks(java.util.Vector result, JascoMethod jascoMethod)
           
static java.lang.Object executeHooks(java.util.Vector hooks, JascoMethod originalMethod, boolean executeOriginal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAsCoJPInterpreter

public JAsCoJPInterpreter()
Method Detail

executeHooks

public static java.lang.Object executeHooks(java.util.Vector hooks,
                                            JascoMethod originalMethod,
                                            boolean executeOriginal)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

executeHooks

public static java.lang.Object executeHooks(java.util.Vector result,
                                            JascoMethod jascoMethod)
                                     throws java.lang.Exception
Throws:
java.lang.Exception