()
| 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. |
no outgoing calls
no test coverage detected