org.drools.semantics.groovy
Class GroovySemanticRuleCompiler

java.lang.Object
  extended by org.drools.semantics.java.AbstractSemanticCompiler
      extended by org.drools.semantics.java.JavaSemanticRuleCompiler
          extended by org.drools.semantics.groovy.GroovySemanticRuleCompiler
All Implemented Interfaces:
SemanticCompiler, SemanticRuleCompiler

public class GroovySemanticRuleCompiler
extends JavaSemanticRuleCompiler


Field Summary
 
Fields inherited from class org.drools.semantics.java.AbstractSemanticCompiler
compiler
 
Constructor Summary
protected GroovySemanticRuleCompiler(java.lang.String semanticType, JavaCompiler compiler)
           
 
Method Summary
static SemanticRuleCompiler getInstance()
           
 
Methods inherited from class org.drools.semantics.java.JavaSemanticRuleCompiler
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.SemanticRuleCompiler
compile, compile
 

Constructor Detail

GroovySemanticRuleCompiler

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

getInstance

public static SemanticRuleCompiler getInstance()