| Package | Description |
|---|---|
| jasm.io |
Provides classes for reading/writing class files and Jasm files.
|
| jasm.util |
Provides various helper classes, including a simple library for performing dataflow analysis.
|
| jasm.util.dfa |
A simple library for performing dataflow analysis.
|
| jasm.verifier |
Provides classes for verifying that a given class file is valid with respect to the JVM Specification (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
protected Code |
ClassFileReader.parseCode(int offset,
String name,
ClassFile.Method enclosingMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeadCodeElimination.apply(Code code) |
| Modifier and Type | Method and Description |
|---|---|
abstract T[] |
ForwardFlowAnalysis.initialise(Code attribute,
ClassFile.Method method)
Generate an array of stores, one for each bytecode in the given method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassFileVerifier.checkCode(Code code,
ClassFile.Method method,
ClassFile parent) |
void |
ClassFileVerifier.checkLabels(Code code,
ClassFile.Method method,
ClassFile parent) |
jasm.verifier.TypeAnalysis.Store[] |
TypeAnalysis.initialise(Code attr,
ClassFile.Method method) |
Copyright © 2016. All rights reserved.