mirror of
https://github.com/corda/corda.git
synced 2025-01-25 05:46:46 +00:00
17c1a552d5
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.