Class ImmutableFunctionCompiler
java.lang.Object
org.drools.compiler.builder.impl.processors.AbstractPackageCompilationPhase
org.drools.compiler.builder.impl.processors.ImmutableFunctionCompiler
- All Implemented Interfaces:
CompilationPhase
- Direct Known Subclasses:
FunctionCompiler
-
Field Summary
Fields inherited from class org.drools.compiler.builder.impl.processors.AbstractPackageCompilationPhase
packageDescr, pkgRegistry, results -
Constructor Summary
ConstructorsConstructorDescriptionImmutableFunctionCompiler(PackageRegistry pkgRegistry, PackageDescr packageDescr, ClassLoader rootClassLoader) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddFunction(FunctionDescr functionDescr) protected voidpostCompileAddFunction(FunctionDescr functionDescr) final voidprocess()Methods inherited from class org.drools.compiler.builder.impl.processors.AbstractPackageCompilationPhase
getBuildResultAccumulator, getResults
-
Constructor Details
-
ImmutableFunctionCompiler
public ImmutableFunctionCompiler(PackageRegistry pkgRegistry, PackageDescr packageDescr, ClassLoader rootClassLoader)
-
-
Method Details
-
process
public final void process()- Specified by:
processin interfaceCompilationPhase- Specified by:
processin classAbstractPackageCompilationPhase
-
postCompileAddFunction
-
addFunction
-