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

/openjdk9/jdk/make/src/classes/build/tools/jdwpgen/
H A DRepeatNode.java49 (maxStructIndent - structIndent) + ">");
54 (maxStructIndent - structIndent + 2) + ">");
H A DAbstractTypeNode.java45 (maxStructIndent - structIndent) + ">");
H A DAbstractTypeListNode.java47 for (int i = maxStructIndent; i > 0; --i) {
H A DAltNode.java51 (maxStructIndent - structIndent + 1) + ">");
H A DNode.java41 static final int maxStructIndent = 5; field in class:Node

Completed in 117 milliseconds