|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.janino.ClassFile.CodeAttribute.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.
| Field Summary | |
(package private) ClassFile.CodeAttribute.Offset |
next
|
(package private) int |
offset
|
(package private) ClassFile.CodeAttribute.Offset |
prev
|
| Constructor Summary | |
ClassFile.CodeAttribute.Offset()
|
|
| Method Summary | |
ClassFile.CodeAttribute |
getCodeAttribute()
|
void |
set()
Set this "Offset" to the offset of the current inserter; insert this "Offset" before the current inserter. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int offset
ClassFile.CodeAttribute.Offset prev
ClassFile.CodeAttribute.Offset next
| Constructor Detail |
public ClassFile.CodeAttribute.Offset()
| Method Detail |
public void set()
public final ClassFile.CodeAttribute getCodeAttribute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||