com.steptools.stdev
Class PrimitiveDomain
java.lang.Object
com.steptools.stdev.Domain
com.steptools.stdev.PrimitiveDomain
public class PrimitiveDomain
- extends Domain
Represents a primitive EXPRESS type
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeIsa
public boolean typeIsa(Domain other)
- Description copied from class:
Domain
- Tests if this Domain is assignable to the other Domain.
- Specified by:
typeIsa in class Domain
- Parameters:
other - The domain to compare to
- Returns:
true If this domain is equal to or a subtype of
the other Domain.
isBoolean
public boolean isBoolean()
- Overrides:
isBoolean in class Domain
isLogical
public boolean isLogical()
- Overrides:
isLogical in class Domain
isReal
public boolean isReal()
- Overrides:
isReal in class Domain
isInteger
public boolean isInteger()
- Overrides:
isInteger in class Domain
isString
public boolean isString()
- Overrides:
isString in class Domain