|
janino.net | ||||||||
| 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()
Sets this "Offset" to the offset of the current inserter; inserts 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()
CodeContext that this CodeContext.Offset belongs topublic java.lang.String toString()
toString in class java.lang.Object
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||