daikon
Class VarComparabilityNone

Object
  extended by VarComparability
      extended by 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

Field Summary
static VarComparabilityNone it
           
 
Fields inherited from class VarComparability
debug, IMPLICIT, NONE
 
Method Summary
 boolean alwaysComparable()
          Returns true if this is comparable to everything else.
 VarComparability elementType()
           
 int hashCode()
           
 VarComparability indexType(int dim)
           
 VarComparability makeAlias()
           
 VarComparability string_length_type()
          Return the comparability for the length of this string
 String toString()
           
 
Methods inherited from class VarComparability
comparable, comparable, equality_set_ok, makeAlias, makeComparabilitySameIndices, parse
 
Methods inherited from class Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

it

public static final VarComparabilityNone it
Method Detail

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