Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ la
Method
la
src/main/java/org/dynjs/parser/js/Lexer.java:74–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
protected
int
la() {
75
try {
76
return
this.stream.peek();
77
} catch (IOException e) {
78
throw
new
LexerException(e);
79
}
80
}
81
82
protected
int
la(
int
pos) {
83
try {
Callers
15
nextToken
Method · 0.95
isUnicodeEscapeSequence
Method · 0.95
isHexEscapeSequence
Method · 0.95
isNonEscapeSequence
Method · 0.95
regexpLiteral
Method · 0.95
identifierOrReservedWord
Method · 0.95
singleLineComment
Method · 0.95
multiLineComment
Method · 0.95
numericLiteral
Method · 0.95
octalLiteral
Method · 0.95
decimalLiteral
Method · 0.95
hexLiteral
Method · 0.95
Calls
1
peek
Method · 0.65
Tested by
no test coverage detected