daikon
Class VarComparabilityNone
Object
VarComparability
VarComparabilityNone
- All Implemented Interfaces:
- Serializable
public final class VarComparabilityNone
- extends VarComparability
- implements Serializable
Used when no VarComparability information is available (in the .dtrace file).
Every variable is considered comparable to every other variable.
- See Also:
- Serialized Form
it
public static final VarComparabilityNone it
makeAlias
public VarComparability makeAlias()
- Specified by:
makeAlias in class VarComparability
elementType
public VarComparability elementType()
- Specified by:
elementType in class VarComparability
indexType
public VarComparability indexType(int dim)
- Specified by:
indexType in class VarComparability
string_length_type
public VarComparability string_length_type()
- Description copied from class:
VarComparability
- Return the comparability for the length of this string
- Specified by:
string_length_type in class VarComparability
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
alwaysComparable
public boolean alwaysComparable()
- Description copied from class:
VarComparability
- Returns true if this is comparable to everything else.
- Specified by:
alwaysComparable in class VarComparability
toString
public String toString()
- Overrides:
toString in class Object