Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ parse
Method
parse
chapter11/src/main/java/com/seaofnodes/simple/Parser.java:112–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
private
Node ctrl(Node n) {
return
_scope.ctrl(n); }
111
112
public
StopNode parse() {
return
parse(false); }
113
public
StopNode parse(boolean show) {
114
_xScopes.push(_scope);
115
// Enter a new scope for the initial control and arguments
Callers
15
testPeepholeReturn
Method · 0.95
testPeepholeRotate
Method · 0.95
testPeepholeCFG
Method · 0.95
testIfIf
Method · 0.95
testIfArgIf
Method · 0.95
testMerge3With2
Method · 0.95
testMerge3With1
Method · 0.95
testMerge3Peephole
Method · 0.95
testMerge3Peephole1
Method · 0.95
testMerge3Peephole3
Method · 0.95
testDemo1NonConst
Method · 0.95
testDemo1True
Method · 0.95
Calls
12
parseBlock
Method · 0.95
ctrl
Method · 0.95
constant
Method · 0.95
error
Method · 0.95
showGraph
Method · 0.95
push
Method · 0.45
define
Method · 0.45
peephole
Method · 0.45
addReturn
Method · 0.45
pop
Method · 0.45
isEOF
Method · 0.45
getAnyNextToken
Method · 0.45
Tested by
15
testPeepholeReturn
Method · 0.76
testPeepholeRotate
Method · 0.76
testPeepholeCFG
Method · 0.76
testIfIf
Method · 0.76
testIfArgIf
Method · 0.76
testMerge3With2
Method · 0.76
testMerge3With1
Method · 0.76
testMerge3Peephole
Method · 0.76
testMerge3Peephole1
Method · 0.76
testMerge3Peephole3
Method · 0.76
testDemo1NonConst
Method · 0.76
testDemo1True
Method · 0.76