|
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.CUniversePeer
This class implements a peer/ground/default universe. This is the standard universe that is used if no special annotation is given.
| Field Summary | |
static byte |
byteConstant
The constant used in the bytecode to represent this universe. |
static CUniversePeer |
instance
The singleton reference. |
| Constructor Summary | |
CUniversePeer()
|
|
| Method Summary | |
boolean |
equals(Object other)
Any peer reference equals other peer or implicit-peer references. |
byte |
getByteConstant()
Returns the bytecode constant representing this particular universe. |
static CUniversePeer |
getUniverse()
Factory method to return the single universe instance. |
boolean |
isAlwaysAssignableTo(CUniverse other)
A peer is only assignable to another peer or to a readonly reference. |
String |
toString()
Output "peer". |
| Methods inherited from class org.multijava.mjc.CUniverse |
combine |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static CUniversePeer instance
public static final byte byteConstant
| Constructor Detail |
public CUniversePeer()
| Method Detail |
public boolean equals(Object other)
equals in class CUniversepublic boolean isAlwaysAssignableTo(CUniverse other)
public String toString()
toString in class CUniversepublic byte getByteConstant()
public static CUniversePeer getUniverse()
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||