Interface JitFloatTestOp
- All Superinterfaces:
JitBinOp, JitDefOp, JitFloatBinOp, JitOp
- All Known Implementing Classes:
JitFloatEqualOp, JitFloatLessEqualOp, JitFloatLessOp, JitFloatNotEqualOp
-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehaviortype()The required type behavior for the outputMethods inherited from interface JitDefOp
canBeRemoved, outMethods inherited from interface JitFloatBinOp
lType, rType
-
Method Details
-
type
Description copied from interface:JitDefOpThe required type behavior for the output- Specified by:
typein interfaceJitDefOp- Specified by:
typein interfaceJitFloatBinOp- Returns:
- the behavior
-