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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DSubtreeCutter.java47 private int cutDepth=0; field in class:SubtreeCutter
64 cutDepth=0;
69 return cutDepth>0;
80 cutDepth=1;
91 if(cutDepth>0)
92 cutDepth++;
99 if( cutDepth!=0 ) {
100 cutDepth--;
101 if( cutDepth == 1 ) {
104 cutDepth
[all...]

Completed in 21 milliseconds