Searched defs:isDummy (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCReferencePropertyInfo.java135 public boolean isDummy() { method in class:CReferencePropertyInfo
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java347 protected final boolean isDummy() { method in class:SyntaxTreeNode
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DOldHierarchicalLayoutManager.java153 public boolean isDummy() { method in class:OldHierarchicalLayoutManager.NodeData
195 if (isDummy()) {
213 if (isDummy()) {
540 if (!n.getData().isDummy()) {
548 if (!n.getData().isDummy()) {
555 if (succ.getData().isDummy()) {
608 assert cur.getData().isDummy();
625 if (otherSucc.getData().isDummy()) {
694 if (sameLayerNode.getData().isDummy() && sameLayerNode.getData().getEdge().getFrom() == edge.getFrom()) {
699 if (sameLayerNode.getData().isDummy()
[all...]

Completed in 35 milliseconds