MCPcopy Create free account
hub / github.com/daisy/MathCAT / is_postfix

Method is_postfix

src/canonicalize.rs:189–191  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

187 }
188
189 fn is_postfix(&self) -> bool {
190 return (self.op_type.bits & OperatorTypes::POSTFIX.bits) != 0;
191 }
192
193 fn is_left_fence(&self) -> bool {
194 return self.op_type.bits & OperatorTypes::LEFT_FENCE.bits == OperatorTypes::LEFT_FENCE.bits;

Callers 3

newMethod · 0.80
shift_stackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected