Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ emit
Method
emit
output/java8/1.4.19/CompilationState.java:112–114 ·
view source on GitHub ↗
(short opcode)
Source
from the content-addressed store, hash-verified
110
}
111
112
public
void
emit(short opcode) {
113
emit(null, opcode);
114
}
115
116
public
void
emit(CommonTree opAST, short opcode) {
117
ensureCapacity(1);
Callers
4
refAttr
Method · 0.95
func
Method · 0.95
emit1
Method · 0.95
emit2
Method · 0.95
Calls
4
ensureCapacity
Method · 0.95
getStartIndex
Method · 0.80
getStopIndex
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected