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

Packages that use CodeContext.Offset
org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. 
 

Uses of CodeContext.Offset in org.codehaus.janino
 

Subclasses of CodeContext.Offset in org.codehaus.janino
 class CodeContext.Inserter
          A class that implements an insertion point into a "Code" attribute.
 class CodeContext.LineNumberOffset
           
 

Fields in org.codehaus.janino declared as CodeContext.Offset
protected  CodeContext.Offset Java.ContinuableStatement.whereToContinue
           
 

Methods in org.codehaus.janino that return CodeContext.Offset
 CodeContext.Offset Java.LocalVariableSlot.getEnd()
           
 CodeContext.Offset Java.LocalVariableSlot.getStart()
           
 CodeContext.Offset UnitCompiler.getWhereToBreak(Java.BreakableStatement bs)
           
 CodeContext.Offset CodeContext.newOffset()
           
 

Methods in org.codehaus.janino with parameters of type CodeContext.Offset
 void CodeContext.addExceptionTableEntry(CodeContext.Offset startPC, CodeContext.Offset endPC, CodeContext.Offset handlerPC, java.lang.String catchTypeFD)
          Add another entry to the "exception_table" of this code attribute (see JVMS 4.7.3).
 void Java.LocalVariableSlot.setEnd(CodeContext.Offset end)
           
 void Java.LocalVariableSlot.setStart(CodeContext.Offset start)
           
 void CodeContext.writeBranch(short lineNumber, int opcode, CodeContext.Offset dst)
           
 void CodeContext.writeOffset(short lineNumber, CodeContext.Offset src, CodeContext.Offset dst)
           
 



Copyright © 2001-2012. All Rights Reserved.