Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ emit
Method
emit
output/java8/1.4.14/CompilationState.java:110–112 ·
view source on GitHub ↗
(short opcode)
Source
from the content-addressed store, hash-verified
108
}
109
110
public
void
emit(short opcode) {
111
emit(null, opcode);
112
}
113
114
public
void
emit(CommonTree opAST, short opcode) {
115
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