|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CValueType | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| Uses of CValueType in org.multijava.mjc |
| Subclasses of CValueType in org.multijava.mjc | |
class |
CBooleanValueType
This class represents a value specializer for booleans. |
class |
COrdinalValueType
This class represents a value specializer for ordinal types such as byte, short, int, and long. |
class |
CRealValueType
This class represents a value specializer for floats and doubles. |
class |
CStringValueType
This class represents a value specializer for Strings. |
| Methods in org.multijava.mjc with parameters of type CValueType | |
protected abstract boolean |
CValueType.valueEquals(CValueType t)
Is the value of this specializer equal to the value of the given value specializer? |
protected boolean |
CBooleanValueType.valueEquals(CValueType t)
Is the value of this specializer equal to the value of the given value specializer? |
protected boolean |
COrdinalValueType.valueEquals(CValueType t)
Is the value of this specializer equal to the value of the given value specializer? |
protected boolean |
CRealValueType.valueEquals(CValueType t)
Is the value of this specializer equal to the value of the given value specializer? |
protected boolean |
CStringValueType.valueEquals(CValueType t)
Is the value of this specializer equal to the value of the given value specializer? |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||