Uses of Class
javatools.datatypes.PQRTree.NodeType

Packages that use PQRTree.NodeType
javatools.datatypes   
 

Uses of PQRTree.NodeType in javatools.datatypes
 

Methods in javatools.datatypes that return PQRTree.NodeType
static PQRTree.NodeType PQRTree.NodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PQRTree.NodeType[] PQRTree.NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javatools.datatypes with parameters of type PQRTree.NodeType
 boolean PQRTree.Node.is(PQRTree.NodeType t)
          True if the node is of type t
 

Constructors in javatools.datatypes with parameters of type PQRTree.NodeType
PQRTree.Node(PQRTree.NodeType t)
          Constructs a node of type t