Interface JitIntTestOp
- All Superinterfaces:
JitBinOp, JitDefOp, JitIntBinOp, JitOp
- All Known Implementing Classes:
JitIntCarryOp, JitIntEqualOp, JitIntLessEqualOp, JitIntLessOp, JitIntNotEqualOp, JitIntSBorrowOp, JitIntSCarryOp, JitIntSLessEqualOp, JitIntSLessOp
- Implementation Notes:
- Correct. This doesn't change anything, because boolean is int. Nevertheless, we keep this here because it forms a useful category of p-code ops. Also, if we ever need to formalize the "boolean" type, we'll already have this in place.
-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehaviortype()The required type behavior for the outputMethods inherited from interface JitDefOp
canBeRemoved, outMethods inherited from interface JitIntBinOp
lType, rType
-
Method Details
-
type
Description copied from interface:JitDefOpThe required type behavior for the output- Specified by:
typein interfaceJitDefOp- Specified by:
typein interfaceJitIntBinOp- Returns:
- the behavior
-