Package | Description |
---|---|
com.caucho.java |
Java compilation and auto-compile classloader
|
com.caucho.java.gen | |
com.caucho.jsp | |
com.caucho.xml |
XML parsing and printing package.
|
com.caucho.xml2 | |
com.caucho.xsl |
The XSLT transformation package.
|
Modifier and Type | Method and Description |
---|---|
LineMap |
LineMapException.getLineMap() |
LineMap |
JavaWriter.getLineMap()
Gets the line map
|
static LineMap |
ScriptStackTrace.getScriptLineMap(java.lang.String className,
java.lang.ClassLoader loader)
Loads the local line map for a class.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaCompilerUtil.compile(java.lang.String fileName,
LineMap lineMap)
Compiles the class.
|
void |
JavaCompilerUtil.compile(java.lang.String fileName,
LineMap lineMap,
boolean ifModified)
Compiles the class.
|
void |
JavaCompilerUtil.compileIfModified(java.lang.String fileName,
LineMap lineMap)
Compiles the class.
|
protected void |
ExternalCompiler.compileInt(java.lang.String[] paths,
LineMap lineMap)
Compile the configured file.
|
protected void |
InternalCompilerTools.compileInt(java.lang.String[] path,
LineMap lineMap) |
protected void |
JavaCompilerUtil.compileInt(java.lang.String[] path,
LineMap lineMap) |
protected void |
InternalCompiler2.compileInt(java.lang.String[] path,
LineMap lineMap) |
protected void |
EclipseCompiler.compileInt(java.lang.String[] path,
LineMap lineMap) |
protected void |
InternalCompiler.compileInt(java.lang.String[] path,
LineMap lineMap) |
protected abstract void |
AbstractJavaCompiler.compileInt(java.lang.String[] path,
LineMap lineMap)
Compile the configured file.
|
protected void |
GroovyCompiler.compileInt(java.lang.String[] paths,
LineMap lineMap)
Compile the configured file.
|
void |
AbstractJavaCompiler.setLineMap(LineMap lineMap)
Sets the LineMap for the file
|
void |
JavaWriter.setLineMap(LineMap lineMap)
Sets the line map
|
void |
LineMapWriter.write(LineMap lineMap)
Writes the line map
|
Modifier and Type | Method and Description |
---|---|
LineMap |
JavaWriterWrapper.getLineMap()
Gets the line map
|
Modifier and Type | Method and Description |
---|---|
void |
JavaWriterWrapper.setLineMap(LineMap lineMap)
Sets the line map
|
Modifier and Type | Field and Description |
---|---|
protected LineMap |
JspGenerator._lineMap |
Modifier and Type | Method and Description |
---|---|
LineMap |
ParseState.getLineMap()
Returns the line map.
|
LineMap |
JspParseException.getLineMap() |
LineMap |
JspGenerator.getLineMap() |
Modifier and Type | Method and Description |
---|---|
static JspParseException |
JspParseException.create(java.lang.Throwable e,
LineMap lineMap) |
void |
JspParseException.setLineMap(LineMap lineMap) |
Modifier and Type | Method and Description |
---|---|
LineMap |
XmlPrinter.getLineMap() |
Modifier and Type | Method and Description |
---|---|
LineMap |
XmlPrinter.getLineMap() |
Modifier and Type | Field and Description |
---|---|
protected LineMap |
NodeTransformerImpl._lineMap |
protected LineMap |
TransformerImpl._lineMap |
protected LineMap |
StringTransformerImpl._lineMap |