Web Site

org.codehaus.janino
Class CodeContext.LineNumberOffset

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

public class CodeContext.LineNumberOffset
extends CodeContext.Offset


Constructor Summary
CodeContext.LineNumberOffset(short offset, short lineNumber)
           
 
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.LineNumberOffset

public CodeContext.LineNumberOffset(short offset,
                                    short lineNumber)

Web Site