org.jikesrvm.ia32
Class Code

java.lang.Object
  extended by org.jikesrvm.ia32.Code

public abstract class Code
extends Object

Code represents a unit of code, it is a place holder for an unboxed type.


Constructor Summary
Code()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Code

public Code()