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

Method ctrl

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

Source from the content-addressed store, hash-verified

149 public static Node find(int nid) { return START.find(nid); }
150
151 private Node ctrl() { return _scope.ctrl(); }
152 private <N extends Node> N ctrl(N n) { return _scope.ctrl(n); }
153
154 public StopNode parse() { return parse(false); }

Callers 8

parseMethod · 0.95
parseLoopingMethod · 0.95
jumpToMethod · 0.95
parseTrinaryMethod · 0.95
parseReturnMethod · 0.95
newStructMethod · 0.95
parsePostfixMethod · 0.95
parseBreakMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected