|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.mjc.CUniverse
org.multijava.mjc.CUniverseRep
Implements the rep universe that specifies the representation of the current object.
| Field Summary | |
static byte |
byteConstant
The constant used in the bytecode to represent this universe. |
private static CUniverseRep |
instance
The singleton rep universe instance. |
| Constructor Summary | |
protected |
CUniverseRep()
|
| Method Summary | |
byte |
getByteConstant()
Returns the bytecode constant representing this particular universe. |
static CUniverseRep |
getUniverse()
Get an instance of the rep universe. |
boolean |
isAlwaysAssignableTo(CUniverse other)
A rep universe is assignable to another rep universe or to a readonly reference. |
String |
toString()
Return "rep". |
| Methods inherited from class org.multijava.mjc.CUniverse |
combine, equals |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private static CUniverseRep instance
public static final byte byteConstant
| Constructor Detail |
protected CUniverseRep()
| Method Detail |
public boolean isAlwaysAssignableTo(CUniverse other)
public static CUniverseRep getUniverse()
public String toString()
toString in class CUniversepublic byte getByteConstant()
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||