MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / push

Method push

src/main/java/field/graphics/FLine.java:2167–2173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2165 return this;
2166 }
2167
2168 public FLine pop() {
2169
2170 if (stateStack.size() == 0)
2171 throw new IllegalArgumentException("pop() too many times");
2172 State s = stateStack.remove(stateStack.size() - 1);
2173 heading = heading.duplicate();
2174 return moveTo(nodes.get(s.index).to);
2175 }
2176

Callers 15

oFunction · 0.45
aFunction · 0.45
postal.min.jsFile · 0.45
output.jsFile · 0.45
brackets.jsFile · 0.45
preamble2.jsFile · 0.45
jshint.jsFile · 0.45
formatValueFunction · 0.45
formatArrayFunction · 0.45
runInContextFunction · 0.45
SetCacheFunction · 0.45
baseCloneFunction · 0.45

Calls 3

duplicateMethod · 0.65
sizeMethod · 0.45
addMethod · 0.45

Tested by 2

testFunction · 0.36
testFunction · 0.36