See: Description
| Class | Description |
|---|---|
| ClassFileVerifier |
The purpose of validation is to check that a given class conforms to the JVM
spec.
|
| TypeAnalysis |
A forward flow analysis which determines the type of each variable and stack
location in a given
ClassFile.Method. |
| Exception | Description |
|---|---|
| TypeAnalysis.VerificationException |
Indicates that the bytecode being analysis is malformed in some manner.
|
Provides classes for verifying that a given class file is valid with respect to the JVM Specification (e.g. types are valid, names are valid, etc).
Copyright © 2016. All rights reserved.