Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antlr/antlr4
/ pop
Method
pop
runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
public
final
int
pop() {
30
return
removeAt(size() - 1);
31
}
32
33
public
final
int
peek() {
34
return
get(size() - 1);
Callers
15
walk
Method · 0.95
unrollRecursionContexts
Method · 0.80
popMode
Method · 0.80
removeLastChild
Method · 0.80
parse
Method · 0.80
visitRuleStopState
Method · 0.80
getText
Method · 0.80
main
Function · 0.80
reduce
Method · 0.80
removeRange
Method · 0.80
removeOne
Method · 0.80
popMode
Method · 0.80
Calls
2
removeAt
Method · 0.80
size
Method · 0.65
Tested by
1
toDOTString
Method · 0.64