|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectrecoder.util.Order.CustomLexicalOrder
recoder.NamedModelElement.LexicalOrder
public static class NamedModelElement.LexicalOrder
Lexical order on names of named model elements. The model elements may be null; null elements are considered as empty strings.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface recoder.util.Order |
|---|
Order.CustomLexicalOrder, Order.Identity, Order.Lexical, Order.Natural |
| Field Summary |
|---|
| Fields inherited from interface recoder.util.Order |
|---|
IDENTITY, LEXICAL, NATURAL |
| Fields inherited from interface recoder.util.HashCode |
|---|
IDENTITY, NATURAL |
| Constructor Summary | |
|---|---|
NamedModelElement.LexicalOrder()
|
|
| Method Summary | |
|---|---|
boolean |
isComparable(java.lang.Object x,
java.lang.Object y)
Check if both objects can be related. |
protected java.lang.String |
toString(java.lang.Object x)
|
| Methods inherited from class recoder.util.Order.CustomLexicalOrder |
|---|
equals, greater, greaterOrEquals, hashCode, less, lessOrEquals |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedModelElement.LexicalOrder()
| Method Detail |
|---|
protected java.lang.String toString(java.lang.Object x)
toString in class Order.CustomLexicalOrder
public boolean isComparable(java.lang.Object x,
java.lang.Object y)
Order
isComparable in interface OrderisComparable in class Order.CustomLexicalOrderx - the first object.y - the second object.
|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||