Searched refs:isDummy (Results 1 - 14 of 14) sorted by relevance

/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...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DDefaultFieldRenderer.java74 if (p.isDummy()) {
H A DDummyListField.java110 if (pref.isDummy()) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DIf.java66 if (_test.isDummy()) {
H A DWhen.java74 if (_test.isDummy()) {
H A DValueOf.java59 if (_select.isDummy()) {
H A DKey.java104 if (_match.isDummy()) {
108 if (_use.isDummy()) {
H A DCopyOf.java59 if (_select.isDummy()) {
H A DForEach.java70 if (_select.isDummy()) {
H A DVariableBase.java238 if (_select.isDummy()) {
H A DSyntaxTreeNode.java347 protected final boolean isDummy() { method in class:SyntaxTreeNode
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCReferencePropertyInfo.java135 public boolean isDummy() { method in class:CReferencePropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java367 boolean isDummy = reader().hasFieldAnnotation(OverrideAnnotationOf.class, f);
384 if (isDummy) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DBeanGenerator.java529 && ((CReferencePropertyInfo) p).isDummy())) {

Completed in 46 milliseconds