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/Parser.java:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
protected
TokenType la() {
76
return
this.stream.peek();
77
}
78
79
protected
TokenType la(
int
pos) {
80
return
this.stream.peek(pos);
Callers
15
primaryExpression
Method · 0.95
expression
Method · 0.95
objectLiteral
Method · 0.95
arrayLiteral
Method · 0.95
assignmentExpression
Method · 0.95
conditionalExpression
Method · 0.95
logicalOrExpression
Method · 0.95
logicalAndExpression
Method · 0.95
bitwiseOrExpression
Method · 0.95
bitwiseXorExpression
Method · 0.95
bitwiseAndExpression
Method · 0.95
equalityExpression
Method · 0.95
Calls
1
peek
Method · 0.65
Tested by
no test coverage detected