Uses of Class
org.codehaus.janino.CodeContext.Inserter
-
Packages that use CodeContext.Inserter Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of CodeContext.Inserter in org.codehaus.janino
Subclasses of CodeContext.Inserter in org.codehaus.janino Modifier and Type Class Description (package private) static classJava.PadderFields in org.codehaus.janino declared as CodeContext.Inserter Modifier and Type Field Description private CodeContext.InserterCodeContext. currentInserterprivate CodeContext.InserterCodeContext. endprivate CodeContext.InserterCodeContext.Inserter. nextInserterprivate CodeContext.InserterCodeContext.Branch. sourceMethods in org.codehaus.janino that return CodeContext.Inserter Modifier and Type Method Description CodeContext.InserterCodeContext. currentInserter()CodeContext.InserterCodeContext. newInserter()Allocates anCodeContext.Inserter, set it to the current offset, and inserts 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)Remembers the currentCodeContext.Inserter, then replaces it with the new one.
-