MCPcopy
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

walkMethod · 0.95
popModeMethod · 0.80
removeLastChildMethod · 0.80
parseMethod · 0.80
visitRuleStopStateMethod · 0.80
getTextMethod · 0.80
mainFunction · 0.80
reduceMethod · 0.80
removeRangeMethod · 0.80
removeOneMethod · 0.80
popModeMethod · 0.80

Calls 2

removeAtMethod · 0.80
sizeMethod · 0.65

Tested by 1

toDOTStringMethod · 0.64