MCPcopy 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

OutputMethod · 0.45
writeCodeMethod · 0.45
writeCodeMethod · 0.45

Calls 4

markJumpMethod · 0.80
setJumpMethod · 0.80
addMethod · 0.65
sizeMethod · 0.65

Tested by

no test coverage detected