Interface InstructionSet.Unary

All Superinterfaces:
InstructionSet.HasOperator
All Known Implementing Classes:
InstructionSet.CastOperator, InstructionSet.I_D2F, InstructionSet.I_D2I, InstructionSet.I_D2L, InstructionSet.I_DNEG, InstructionSet.I_F2D, InstructionSet.I_F2I, InstructionSet.I_F2L, InstructionSet.I_FNEG, InstructionSet.I_I2B, InstructionSet.I_I2C, InstructionSet.I_I2D, InstructionSet.I_I2F, InstructionSet.I_I2L, InstructionSet.I_I2S, InstructionSet.I_IFEQ, InstructionSet.I_IFGE, InstructionSet.I_IFGT, InstructionSet.I_IFLE, InstructionSet.I_IFLT, InstructionSet.I_IFNE, InstructionSet.I_INEG, InstructionSet.I_L2D, InstructionSet.I_L2F, InstructionSet.I_L2I, InstructionSet.I_LNEG, InstructionSet.IfUnary, InstructionSet.UnaryOperator
Enclosing class:
InstructionSet

public static interface InstructionSet.Unary
extends InstructionSet.HasOperator