| Package | Description |
|---|---|
| jasm.attributes |
Provides classes for representing class file attributes, including code necessary for encoding and decoding them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineNumberTable.apply(List<Code.Rewrite> rewrites) |
void |
Code.apply(List<Code.Rewrite> rewrites)
This method accepts a list of rewrites which should be applied.
|
void |
Code.BytecodeMapAttribute.apply(List<Code.Rewrite> rewrites)
This method accepts a list of rewrites which should be applied.
|
void |
Code.validate(List<Code.Rewrite> rewrites)
The purpose of this method is to validate a candidate list of rewrites.
|
Copyright © 2016. All rights reserved.