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

Method peek

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

Source from the content-addressed store, hash-verified

6public interface CharStream {
7
8 int peek() throws IOException;
9 int peek(int pos) throws IOException;
10 int consume() throws IOException;
11

Callers 7

testPeekMethod · 0.65
testWithConsumeMethod · 0.65
buildMethod · 0.65
createBBMethod · 0.65
laMethod · 0.65
laMethod · 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

testPeekMethod · 0.52
testWithConsumeMethod · 0.52