|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjasm.attributes.Code.Rewrite
public static class Code.Rewrite
A rewrite defines a sequence of bytecodes that are to be rewritten as a (potentially) smaller sequence.
| Field Summary | |
|---|---|
Bytecode[] |
bytecodes
|
int |
length
|
int |
start
|
| Constructor Summary | |
|---|---|
Code.Rewrite(int start,
int length,
Bytecode... bytecodes)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int start
public final int length
public final Bytecode[] bytecodes
| Constructor Detail |
|---|
public Code.Rewrite(int start,
int length,
Bytecode... bytecodes)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||