mirror of
https://github.com/corda/corda.git
synced 2025-02-13 06:07:08 +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.