MCPcopy Create free account
hub / github.com/antlr/codebuff / indent

Method indent

output/java8/1.4.12/CompilationState.java:189–191  ·  view source on GitHub ↗
(CommonTree indent)

Source from the content-addressed store, hash-verified

187 }
188
189 public void indent(CommonTree indent) {
190 emit1(indent, Bytecode.INSTR_INDENT, indent.getText());
191 }
192
193 /** Write value at index into a byte array highest to lowest byte,
194 * left to right.

Callers

nothing calls this directly

Calls 2

emit1Method · 0.95
getTextMethod · 0.65

Tested by

no test coverage detected