org.drools.semantics.java
Class Interp

java.lang.Object
  extended byorg.drools.semantics.java.Interp

public class Interp
extends Object


Constructor Summary
Interp()
           
 
Method Summary
(package private) static Object compile(Rule rule, Class clazz, String expr, String origExpr, String[] scriptParamNames, Declaration[] params, Set imports, Map applicationData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interp

public Interp()
Method Detail

compile

static Object compile(Rule rule,
                      Class clazz,
                      String expr,
                      String origExpr,
                      String[] scriptParamNames,
                      Declaration[] params,
                      Set imports,
                      Map applicationData)
               throws IOException,
                      CompilationException
Throws:
IOException
CompilationException


Copyright © 2001-2004 The Codehaus. All Rights Reserved.