| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| Modifier and Type | Method and Description |
|---|---|
CodeContext.Inserter |
CodeContext.currentInserter() |
CodeContext.Inserter |
CodeContext.newInserter()
Allocates an
CodeContext.Inserter, set it to the current offset, and inserts it before the current offset. |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeContext.pushInserter(CodeContext.Inserter ins)
Remembers the current
CodeContext.Inserter, then replaces it with the new one. |
Copyright © 2019. All rights reserved.