Uses of Class
org.codehaus.janino.CodeContext.Inserter
-
Packages that use CodeContext.Inserter Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of CodeContext.Inserter in org.codehaus.janino
Methods in org.codehaus.janino that return CodeContext.Inserter Modifier and Type Method Description CodeContext.InserterCodeContext. currentInserter()CodeContext.InserterCodeContext. newInserter()Allocate anCodeContext.Inserter, set it to the current offset, and insert it before the current offset.Methods in org.codehaus.janino with parameters of type CodeContext.Inserter Modifier and Type Method Description voidCodeContext. pushInserter(CodeContext.Inserter ins)Remember the currentCodeContext.Inserter, then replace it with the new one.
-