Module rust_jvm::vm::class
[−]
[src]
Internal JVM representations of classes and methods.
Structs
Class |
A JVM representation of a class that has been loaded. |
Method |
A JVM representation of a method in a loaded class. |
Enums
MethodCode |
A representation of the code associated with a method, or more generally, the action that should be taken when a method is invoked. |