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

Method isHigh

chapter21/src/main/java/com/seaofnodes/simple/type/Type.java:85–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84 // Is high or on the lattice centerline.
85 public boolean isHigh () { return _type==TTOP || _type==TXCTRL || _type==TXNIL; }
86 public boolean isHighOrConst() { return isHigh() || isConstant(); }
87
88 // Strict constant values, things on the lattice centerline.

Callers 15

isHighOrConstMethod · 0.95
computeMethod · 0.95
computeMethod · 0.95
computeMethod · 0.95
computeMethod · 0.95
computeMethod · 0.95
_addGuardMethod · 0.95
computeMethod · 0.95
computeMethod · 0.95
computeMethod · 0.95
computeMethod · 0.95
computeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected