Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM
compiler.
|
org.codehaus.janino.tools |
Auxiliary command line tools related to JANINO.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Field and Description |
---|---|
static StringPattern[] |
Compiler.DEFAULT_WARNING_HANDLE_PATTERNS |
Constructor and Description |
---|
Compiler(java.io.File[] optionalSourcePath,
java.io.File[] classPath,
java.io.File[] optionalExtDirs,
java.io.File[] optionalBootClassPath,
java.io.File destinationDirectory,
java.lang.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 | Method and Description |
---|---|
void |
JGrep.jGrep(java.io.File[] rootDirectories,
StringPattern[] directoryNamePatterns,
StringPattern[] fileNamePatterns,
java.util.List methodInvocationTargets) |
void |
JGrep.jGrep(java.io.File[] rootDirectories,
StringPattern[] directoryNamePatterns,
StringPattern[] fileNamePatterns,
java.util.List methodInvocationTargets) |
Modifier and Type | Field and Description |
---|---|
static StringPattern[] |
StringPattern.PATTERNS_ALL |
static StringPattern[] |
StringPattern.PATTERNS_NONE |
Modifier and Type | Method and Description |
---|---|
static StringPattern[] |
StringPattern.parseCombinedPattern(java.lang.String combinedPattern)
Parse a "combined pattern" into an array of
StringPattern s. |
Modifier and Type | Method and Description |
---|---|
static boolean |
StringPattern.matches(StringPattern[] patterns,
java.lang.String text)
Match a given
text against an array of StringPattern s (which was
typically created by parseCombinedPattern(String) . |
Copyright © 2001-2012. All Rights Reserved.