| Package | Description |
|---|---|
| org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Field and Description |
|---|---|
static StringPattern[] |
Compiler.DEFAULT_WARNING_HANDLE_PATTERNS
The default value for the
warningHandlerPatterns parameter of Compiler(File[], File[],
File[], File[], File, String, boolean, boolean, boolean, boolean, StringPattern[], boolean). |
| Constructor and Description |
|---|
Compiler(File[] optionalSourcePath,
File[] classPath,
File[] optionalExtDirs,
File[] optionalBootClassPath,
File destinationDirectory,
String optionalCharacterEncoding,
boolean verbose,
boolean debugSource,
boolean debugLines,
boolean debugVars,
StringPattern[] warningHandlePatterns,
boolean rebuild)
Initialize a Java™ compiler with the given parameters.
|
FilterWarningHandler(StringPattern[] handlePatterns,
WarningHandler delegate)
|
| Modifier and Type | Field and Description |
|---|---|
static StringPattern[] |
StringPattern.PATTERNS_ALL
A
StringPattern that matches any subject. |
static StringPattern[] |
StringPattern.PATTERNS_NONE
A
StringPattern that matches no subject whatsoever. |
| Modifier and Type | Method and Description |
|---|---|
static StringPattern[] |
StringPattern.parseCombinedPattern(String combinedPattern)
Parse a "combined pattern" into an array of
StringPatterns. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StringPattern.matches(StringPattern[] patterns,
String text)
Match a given
text against an array of StringPatterns (which was
typically created by parseCombinedPattern(String). |
Copyright © 2001–2025. All rights reserved.