Web Site

org.codehaus.janino
Class CodeContext.Inserter

java.lang.Object
  extended by org.codehaus.janino.CodeContext.Offset
      extended by org.codehaus.janino.CodeContext.Inserter
Enclosing class:
CodeContext

public class CodeContext.Inserter
extends CodeContext.Offset

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


Constructor Summary
CodeContext.Inserter()
           
 
Method Summary
 
Methods inherited from class org.codehaus.janino.CodeContext.Offset
getCodeContext, set, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeContext.Inserter

public CodeContext.Inserter()

Web Site