public class PathNodeKinds extends Object implements Comparable<PathNodeKinds>
A list of ElementKinds, representing the kinds of the nodes of a
given Path. Instances are retrieved via
TestUtil#kinds(Kind...).
Implemented as separate class since generic classes such as List
can't be passed without warning to varargs methods in Java 6.
public int compareTo(PathNodeKinds other)
compareTo in interface Comparable<PathNodeKinds>Copyright © 2008–2014. All rights reserved.