Modifier and Type | Field and Description |
---|---|
public final DebugInfo | |
public final InfopointReason |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected static void | |
public int | compareTo(Infopoint
the object to be compared. o)Implements java. Compares this object with the specified object for order. |
public boolean | equals(Object
the reference object with which to compare. obj)Implements abstract jdk. Indicates whether some other object is "equal to" this one. |
public String | toString()
Overrides jdk. Returns a string representation of the object. |
debugInfo | back to summary |
---|---|
public final DebugInfo debugInfo |
reason | back to summary |
---|---|
public final InfopointReason reason |
Infopoint | back to summary |
---|---|
public Infopoint(int pcOffset, DebugInfo debugInfo, InfopointReason reason) |
appendDebugInfo | back to summary |
---|---|
protected static void appendDebugInfo(StringBuilder sb, DebugInfo info) |
compareTo | back to summary |
---|---|
public int compareTo(Infopoint o) Implements java. Doc from java. Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object. The implementor must ensure The implementor must also ensure that the relation is transitive:
Finally, the implementor must ensure that |
equals | back to summary |
---|---|
public boolean equals(Object obj) Implements abstract jdk. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
toString | back to summary |
---|---|
public String toString() Overrides jdk. Doc from java. Returns a string representation of the object. |