Home | History | Annotate | Download | only in emitter

Lines Matching refs:hints

1289         StringBuilder hints = new StringBuilder();
1291 hints.append(bestIndent);
1295 hints.append("-");
1297 hints.append("+");
1299 return hints.toString();
1303 String hints = determineBlockHints(text);
1304 writeIndicator(">" + hints, true, false, false);
1305 if (hints.length() > 0 && (hints.charAt(hints.length() - 1) == '+')) {
1368 String hints = determineBlockHints(text);
1369 writeIndicator("|" + hints, true, false, false);
1370 if (hintshints.charAt(hints.length() - 1)) == '+') {