Enum Class InstructionCodec

java.lang.Object
java.lang.Enum<InstructionCodec>
com.android.dx.io.instructions.InstructionCodec
All Implemented Interfaces:
Serializable, Comparable<InstructionCodec>, Constable

public enum InstructionCodec extends Enum<InstructionCodec>
Representation of an instruction format, which knows how to decode into and encode from instances of DecodedInstruction.