Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ indent
Method
indent
output/java8/1.4.13/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
emit1
Method · 0.95
getText
Method · 0.65
Tested by
no test coverage detected