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

Method con

chapter16/src/main/java/com/seaofnodes/simple/Parser.java:955–955  ·  view source on GitHub ↗
( long con )

Source from the content-addressed store, hash-verified

953 */
954 private ConstantNode parseLiteral() { return con(_lexer.parseNumber()); }
955 public static Node con( long con ) { return con(TypeInteger.constant(con)); }
956 public static ConstantNode con( Type t ) { return (ConstantNode)new ConstantNode(t).peephole(); }
957
958 //////////////////////////////////

Callers 9

ParserMethod · 0.95
parseAsgnMethod · 0.95
parsePrimaryMethod · 0.95
allocMethod · 0.95
newArrayMethod · 0.95
parsePostfixMethod · 0.95
zsMaskMethod · 0.95
parseLiteralMethod · 0.95
idealizeMethod · 0.95

Calls 2

constantMethod · 0.95
peepholeMethod · 0.45

Tested by

no test coverage detected