Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
public
interface
CharStream {
7
8
int
peek() throws IOException;
9
int
peek(
int
pos) throws IOException;
10
int
consume() throws IOException;
11
Callers
7
testPeek
Method · 0.65
testWithConsume
Method · 0.65
testWithConsumeWithFill
Method · 0.65
build
Method · 0.65
createBB
Method · 0.65
la
Method · 0.65
la
Method · 0.65
Implementers
2
CircularCharBuffer
src/main/java/org/dynjs/parser/js/Circ
TokenQueue
src/main/java/org/dynjs/parser/js/Toke
Calls
no outgoing calls
Tested by
3
testPeek
Method · 0.52
testWithConsume
Method · 0.52
testWithConsumeWithFill
Method · 0.52