net.janino
Class ClassFile.CodeAttribute.Inserter

java.lang.Object
  |
  +--net.janino.ClassFile.CodeAttribute.Offset
        |
        +--net.janino.ClassFile.CodeAttribute.Inserter
Enclosing class:
ClassFile.CodeAttribute

public class ClassFile.CodeAttribute.Inserter
extends ClassFile.CodeAttribute.Offset

A class that implements an insertion point into a "Code" attribute.


Fields inherited from class net.janino.ClassFile.CodeAttribute.Offset
next, offset, prev
 
Constructor Summary
ClassFile.CodeAttribute.Inserter()
           
 
Methods inherited from class net.janino.ClassFile.CodeAttribute.Offset
getCodeAttribute, set
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFile.CodeAttribute.Inserter

public ClassFile.CodeAttribute.Inserter()