Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ con
Method
con
chapter15/src/main/java/com/seaofnodes/simple/Parser.java:862–864 ·
view source on GitHub ↗
( long con )
Source
from the content-addressed store, hash-verified
860
}
861
862
public
static
Node con( long con ) {
863
return
new
ConstantNode(TypeInteger.constant(con)).peephole();
864
}
865
866
//////////////////////////////////
867
// Utilities for lexical analysis
Callers
6
Parser
Method · 0.95
parsePrimary
Method · 0.95
newArray
Method · 0.95
parsePostfix
Method · 0.95
zsMask
Method · 0.95
idealize
Method · 0.95
Calls
2
constant
Method · 0.95
peephole
Method · 0.45
Tested by
no test coverage detected