Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ parse
Method
parse
chapter05/src/main/java/com/seaofnodes/simple/Parser.java:88–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
private
Node ctrl(Node n) {
return
_scope.ctrl(n); }
87
88
public
StopNode parse() {
return
parse(false); }
89
public
StopNode parse(boolean show) {
90
_xScopes.push(_scope);
91
// Enter a new scope for the initial control and arguments
Callers
15
testVarDecl
Method · 0.95
testVarAdd
Method · 0.95
testVarScope
Method · 0.95
testVarScopeNoPeephole
Method · 0.95
testVarDist
Method · 0.95
testIfStmt
Method · 0.95
testTest
Method · 0.95
testReturn2
Method · 0.95
testIfMergeB
Method · 0.95
testIfMerge2
Method · 0.95
testMerge3
Method · 0.95
testMerge4
Method · 0.95
Calls
9
parseBlock
Method · 0.95
error
Method · 0.95
showGraph
Method · 0.95
push
Method · 0.45
define
Method · 0.45
peephole
Method · 0.45
pop
Method · 0.45
isEOF
Method · 0.45
getAnyNextToken
Method · 0.45
Tested by
15
testVarDecl
Method · 0.76
testVarAdd
Method · 0.76
testVarScope
Method · 0.76
testVarScopeNoPeephole
Method · 0.76
testVarDist
Method · 0.76
testIfStmt
Method · 0.76
testTest
Method · 0.76
testReturn2
Method · 0.76
testIfMergeB
Method · 0.76
testIfMerge2
Method · 0.76
testMerge3
Method · 0.76
testMerge4
Method · 0.76