Interface IConversionInstruction

All Superinterfaces:
IInstruction
All Known Implementing Classes:
ConversionInstruction

public interface IConversionInstruction extends IInstruction
  • Method Details

    • getFromType

      String getFromType()
    • getToType

      String getToType()
    • throwsExceptionOnOverflow

      boolean throwsExceptionOnOverflow()