MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / parse

Method parse

chapter18/src/main/java/com/seaofnodes/simple/Parser.java:150–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 private <N extends Node> N ctrl(N n) { return _scope.ctrl(n); }
149
150 public StopNode parse() { return parse(false); }
151 public StopNode parse(boolean show) {
152 _xScopes.push(_scope);
153 _scope.define(ScopeNode.CTRL, Type.CONTROL , false, null, _lexer);

Callers 6

testBug5Method · 0.95
runMethod · 0.45
d3.v7.min.jsFile · 0.45
webtcp.min.jsFile · 0.45
fFunction · 0.45
WebTCPFunction · 0.45

Calls 14

ctrlMethod · 0.95
parseFunctionBodyMethod · 0.95
locMethod · 0.95
_errorSyntaxMethod · 0.95
showGraphMethod · 0.95
pushMethod · 0.45
defineMethod · 0.45
memMethod · 0.45
isEOFMethod · 0.45
popMethod · 0.45
killMethod · 0.45
unkeepMethod · 0.45

Tested by 1

testBug5Method · 0.76