Package | Description |
---|---|
org.apache.commons.jci.compilers |
Interfaces and abstract classes for the compiler abstraction itself.
|
org.apache.commons.jci.problems |
Compilation problems and related.
|
Modifier and Type | Class and Description |
---|---|
class |
EclipseCompilationProblem
Wrapping an Eclipse compiler problem
|
class |
JaninoCompilationProblem
Janino version of a CompilationProblem
|
class |
RhinoCompilationProblem |
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) |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.