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

Method indent

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

emit1Method · 0.95
getTextMethod · 0.65

Tested by

no test coverage detected