mirror of
https://github.com/corda/corda.git
synced 2025-03-24 04:55:32 +00:00
In order to facilitate making the VM compatible with multiple class libraries, it's useful to separate the VM-specific representation of these classes from the library implementations. This commit introduces VMClass, VMField, and VMMethod for that purpose.