Uses of Class
org.codehaus.janino.CodeContext.Inserter

Packages that use CodeContext.Inserter
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
 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.
 

Methods in org.codehaus.janino with parameters of type CodeContext.Inserter
 void CodeContext.pushInserter(CodeContext.Inserter ins)
          Remember the current CodeContext.Inserter, then replace it with the new one.
 



Copyright © 2001-2011. All Rights Reserved.