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

Method indent

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

emit1Method · 0.95
getTextMethod · 0.65

Tested by

no test coverage detected