Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM
compiler.
|
Modifier and Type | Class and Description |
---|---|
class |
CodeContext.Inserter
A class that implements an insertion point into a "Code"
attribute.
|
class |
CodeContext.LineNumberOffset |
Modifier and Type | Field and Description |
---|---|
protected CodeContext.Offset |
Java.ContinuableStatement.whereToContinue |
Modifier and Type | Method and Description |
---|---|
CodeContext.Offset |
Java.LocalVariableSlot.getEnd() |
CodeContext.Offset |
Java.LocalVariableSlot.getStart() |
CodeContext.Offset |
UnitCompiler.getWhereToBreak(Java.BreakableStatement bs) |
CodeContext.Offset |
CodeContext.newOffset() |
Modifier and Type | Method and Description |
---|---|
void |
CodeContext.addExceptionTableEntry(CodeContext.Offset startPC,
CodeContext.Offset endPC,
CodeContext.Offset handlerPC,
String catchTypeFD)
Add another entry to the "exception_table" of this code attribute (see JVMS 4.7.3).
|
void |
Java.LocalVariableSlot.setEnd(CodeContext.Offset end) |
void |
Java.LocalVariableSlot.setStart(CodeContext.Offset start) |
void |
CodeContext.writeBranch(short lineNumber,
int opcode,
CodeContext.Offset dst) |
void |
CodeContext.writeOffset(short lineNumber,
CodeContext.Offset src,
CodeContext.Offset dst) |
Copyright © 2001–2013. All rights reserved.