org.drools.semantics.groovy
Class GroovySemanticFunctionsCompiler

java.lang.Object
  extended by org.drools.semantics.java.AbstractSemanticCompiler
      extended by org.drools.semantics.java.JavaSemanticFunctionsCompiler
          extended by org.drools.semantics.groovy.GroovySemanticFunctionsCompiler
All Implemented Interfaces:
SemanticCompiler, SemanticFunctionsCompiler

public class GroovySemanticFunctionsCompiler
extends JavaSemanticFunctionsCompiler


Field Summary
 
Fields inherited from class org.drools.semantics.java.AbstractSemanticCompiler
compiler
 
Constructor Summary
protected GroovySemanticFunctionsCompiler(java.lang.String semanticType, JavaCompiler compiler)
           
 
Method Summary
static SemanticFunctionsCompiler getInstance()
           
 
Methods inherited from class org.drools.semantics.java.JavaSemanticFunctionsCompiler
equals, generate, getFileExtension, getSemanticType, hashcode
 
Methods inherited from class org.drools.semantics.java.AbstractSemanticCompiler
compile, compile, write, writeFile
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.smf.SemanticFunctionsCompiler
compile, compile
 

Constructor Detail

GroovySemanticFunctionsCompiler

protected GroovySemanticFunctionsCompiler(java.lang.String semanticType,
                                          JavaCompiler compiler)
Method Detail

getInstance

public static SemanticFunctionsCompiler getInstance()