maTe Virtual Machine Native Method Indices

Methods of predefined types in maTe are implemented natively and invoked via the invokenative instruction. This instruction takes a native method index as an operand. These indices are static, determined at the the time the VM is constructed.

The following provides the mapping of native methods to indices. The methods are listed using their "munged" names. The munged name consists of the class name, followed by the method name, followed by the types of the parameters. Dollar signs separate the components of the name.


Last modified on March 16, 2010.

Comments and questions should be directed to hatcher@unh.edu