com.android.dx.io
Class OpcodeInfo.Info
java.lang.Object
com.android.dx.io.OpcodeInfo.Info
- Enclosing class:
- OpcodeInfo
public static class OpcodeInfo.Info
- extends Object
Information about an opcode.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpcodeInfo.Info
public OpcodeInfo.Info(int opcode,
String name,
InstructionCodec format,
IndexType indexType)
getOpcode
public int getOpcode()
getName
public String getName()
getFormat
public InstructionCodec getFormat()
getIndexType
public IndexType getIndexType()
Copyright © 2015. All rights reserved.