com.sun.msv.grammar
Class ValueExp
- DataOrValueExp, Serializable
public final class ValueExp
Expression that matchs a particular value of a Datatype
.
Datatype | dt - Datatype object that is used to test the equality.
|
StringPair | name - name of this datatype.
|
Object | value - This expression matches this value only.
|
equals , getExpandedExp , hashCode , isEpsilonReducible , peelOccurence , visit , visit , visit , visit , visit , visit , visit , visit |
dt
public final Datatype dt
Datatype object that is used to test the equality.
name
public final StringPair name
name of this datatype.
The value of this field is not considered as significant.
When two TypedStringExps share the same Datatype object,
then they are unified even if they have different names.
value
public final Object value
This expression matches this value only.