MCPcopy Create free account
hub / github.com/dynjs/dynjs / consume

Method consume

src/main/java/org/dynjs/parser/js/CharStream.java:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 int peek() throws IOException;
9 int peek(int pos) throws IOException;
10 int consume() throws IOException;
11
12}

Callers 5

testWithConsumeMethod · 0.65
testAvailableMethod · 0.65
consumeMethod · 0.65
consumeMethod · 0.65

Implementers 2

CircularCharBuffersrc/main/java/org/dynjs/parser/js/Circ
TokenQueuesrc/main/java/org/dynjs/parser/js/Toke

Calls

no outgoing calls

Tested by 3

testWithConsumeMethod · 0.52
testAvailableMethod · 0.52