MCPcopy 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

ParserMethod · 0.95
parsePrimaryMethod · 0.95
newArrayMethod · 0.95
parsePostfixMethod · 0.95
zsMaskMethod · 0.95
idealizeMethod · 0.95

Calls 2

constantMethod · 0.95
peepholeMethod · 0.45

Tested by

no test coverage detected