Package | Description |
---|---|
org.drools.compiler.commons.jci.compilers | |
org.drools.compiler.commons.jci.problems | |
org.drools.compiler.compiler |
This is the main package to load rules.
|
org.drools.compiler.kie.builder.impl |
Modifier and Type | Class and Description |
---|---|
class |
EclipseCompilationProblem
Wrapping an Eclipse compiler problem
|
class |
JaninoCompilationProblem
Janino version of a CompilationProblem
|
Modifier and Type | Method and Description |
---|---|
CompilationProblem[] |
CompilationResult.getErrors() |
CompilationProblem[] |
CompilationResult.getWarnings() |
Constructor and Description |
---|
CompilationResult(CompilationProblem[] pProblems) |
Modifier and Type | Method and Description |
---|---|
boolean |
CompilationProblemHandler.handle(CompilationProblem pProblem) |
Modifier and Type | Method and Description |
---|---|
protected CompilationProblem[] |
PackageBuilder.ErrorHandler.collectCompilerProblems()
We must use an error of JCI problem objects.
|
Modifier and Type | Method and Description |
---|---|
void |
PackageBuilder.ErrorHandler.addError(CompilationProblem err) |
Modifier and Type | Method and Description |
---|---|
void |
ResultsImpl.addMessage(CompilationProblem problem) |
Constructor and Description |
---|
MessageImpl(long id,
CompilationProblem problem) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.