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

Method ctrl

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

Source from the content-addressed store, hash-verified

145 public static Node find(int nid) { return START.find(nid); }
146
147 private Node ctrl() { return _scope.ctrl(); }
148 private <N extends Node> N ctrl(N n) { return _scope.ctrl(n); }
149
150 public StopNode parse() { return parse(false); }

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected