Searched defs:NodeType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DNodeType.java21 * $Id: NodeType.java,v 1.2.4.1 2005/09/05 11:24:25 pvedula Exp $
48 public final class NodeType extends Type { class in inherits:Type
51 protected NodeType() { method in class:NodeType
55 protected NodeType(int type) { method in class:NodeType
68 return other instanceof NodeType;
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp133 const u1 _type; // NodeType
148 } NodeType; typedef in class:PointsToNode
168 PointsToNode(Compile *C, Node* n, EscapeState es, NodeType type):
238 NodeType node_type() const { return (NodeType)_type;}

Completed in 623 milliseconds