|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.CodeContext.Offset
public class CodeContext.Offset
A class that represents an offset within a "Code" attribute. The concept of an "offset" is that if one writes into the middle of a "Code" attribute, all offsets behind the insertion point are automatically shifted.
Constructor Summary | |
---|---|
CodeContext.Offset()
|
Method Summary | |
---|---|
CodeContext |
getCodeContext()
|
void |
set()
Set this "Offset" to the offset of the current inserter; insert this "Offset" before the current inserter. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CodeContext.Offset()
Method Detail |
---|
public void set()
public final CodeContext getCodeContext()
public java.lang.String toString()
toString
in class java.lang.Object
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |