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

/openjdk9/jdk/make/src/classes/build/tools/jdwpgen/
H A DRepeatNode.java49 (maxStructIndent - structIndent) + ">");
54 (maxStructIndent - structIndent + 2) + ">");
56 ++structIndent;
58 --structIndent;
H A DAltNode.java51 (maxStructIndent - structIndent + 1) + ">");
56 ++structIndent;
58 --structIndent;
H A DNode.java42 static int structIndent = 0; // horrible hack field in class:Node
93 if (structIndent > 0) {
94 writer.println("<td colspan=" + structIndent + ">");
H A DAbstractTypeNode.java45 (maxStructIndent - structIndent) + ">");

Completed in 102 milliseconds