Interface JitBoolBinOp
- All Known Implementing Classes:
JitBoolAndOp, JitBoolOrOp, JitBoolXorOp
-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehaviorlType()The required type behavior for the left operanddefault JitTypeBehaviorrType()The required type behavior for the right operanddefault JitTypeBehaviortype()The required type behavior for the outputMethods inherited from interface JitDefOp
canBeRemoved, out
-
Method Details