| Class | Description |
|---|---|
| ReflectionPlume |
Utility functions related to reflection, Class, Method, ClassLoader, and classpath.
|
| ReflectionPlume.PromiscuousLoader |
This static nested class has no purpose but to define defineClassFromFile.
|
| SignatureRegexes |
This class defines regular expressions for types supported by the Signature String Checker.
|
| Signatures |
Conversion utilities between Java and JVM string formats, for types and signatures.
|
| Signatures.ClassnameAndDimensions |
A representation of an array: A pair of class name and the number of array dimensions.
|