Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
Modifier and Type | Method | Description |
---|---|---|
CodeContext.Inserter |
CodeContext.currentInserter() |
|
CodeContext.Inserter |
CodeContext.newInserter() |
Allocate an
CodeContext.Inserter , set it to the current offset, and
insert it before the current offset. |
Modifier and Type | Method | Description |
---|---|---|
void |
CodeContext.pushInserter(CodeContext.Inserter ins) |
Remember the current
CodeContext.Inserter , then replace it with the new one. |
Copyright © 2001–2019. All rights reserved.