public class PathNodeKinds extends Object implements Comparable<PathNodeKinds>
ElementKinds, representing the kinds of the nodes of a
given Path. Instances are retrieved via
TestUtil.kinds(ElementKind...).
Implemented as separate class since generic classes such as List
can't be passed without warning to varargs methods in Java 6.
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PathNodeKinds other) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public int compareTo(PathNodeKinds other)
compareTo in interface Comparable<PathNodeKinds>Copyright © 2008–2017. All rights reserved.