Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ writeCode
Method
writeCode
classpath/java/util/regex/Compiler.java:209–211 ·
view source on GitHub ↗
(Output output)
Source
from the content-addressed store, hash-verified
207
public
void
push(
final
int
c) {
208
push(
new
Expression() {
209
public
void
writeCode(Output output) {
210
output.add(c);
211
}
212
213
public
String toString() {
214
if
(c >= 0) {
Callers
3
Output
Method · 0.45
writeCode
Method · 0.45
writeCode
Method · 0.45
Calls
4
markJump
Method · 0.80
setJump
Method · 0.80
add
Method · 0.65
size
Method · 0.65
Tested by
no test coverage detected