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

Method ctrl

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

Source from the content-addressed store, hash-verified

90 public static Node find(int nid) { return START.find(nid); }
91
92 private Node ctrl() { return _scope.ctrl(); }
93
94 private Node ctrl(Node n) { return _scope.ctrl(n); }
95

Callers 4

parseWhileMethod · 0.95
jumpToMethod · 0.95
parseIfMethod · 0.95
parseReturnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected