Uses of Class
org.codehaus.janino.CodeContext.Inserter
Packages that use CodeContext.Inserter
-
Uses of CodeContext.Inserter in org.codehaus.janino
Subclasses of CodeContext.Inserter in org.codehaus.janinoFields in org.codehaus.janino declared as CodeContext.InserterModifier and TypeFieldDescriptionprivate CodeContext.InserterCodeContext.currentInserterprivate final CodeContext.InserterCodeContext.endprivate CodeContext.InserterCodeContext.Inserter.nextInserterprivate CodeContext.InserterCodeContext.Branch.sourceMethods in org.codehaus.janino that return CodeContext.InserterModifier and TypeMethodDescriptionCodeContext.currentInserter()CodeContext.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.InserterModifier and TypeMethodDescriptionvoidCodeContext.pushInserter(CodeContext.Inserter ins) Remembers the currentCodeContext.Inserter, then replaces it with the new one.