Interface IBinaryOpInstruction

All Superinterfaces:
IInstruction
All Known Implementing Classes:
BinaryOpInstruction

public interface IBinaryOpInstruction extends IInstruction
  • Method Details

    • getOperator

    • getType

      String getType()
    • throwsExceptionOnOverflow

      boolean throwsExceptionOnOverflow()
    • isUnsigned

      boolean isUnsigned()