com.android.dx.io
Class OpcodeInfo.Info

java.lang.Object
  extended by com.android.dx.io.OpcodeInfo.Info
Enclosing class:
OpcodeInfo

public static class OpcodeInfo.Info
extends Object

Information about an opcode.


Constructor Summary
OpcodeInfo.Info(int opcode, String name, InstructionCodec format, IndexType indexType)
           
 
Method Summary
 InstructionCodec getFormat()
           
 IndexType getIndexType()
           
 String getName()
           
 int getOpcode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpcodeInfo.Info

public OpcodeInfo.Info(int opcode,
                       String name,
                       InstructionCodec format,
                       IndexType indexType)
Method Detail

getOpcode

public int getOpcode()

getName

public String getName()

getFormat

public InstructionCodec getFormat()

getIndexType

public IndexType getIndexType()


Copyright © 2015. All rights reserved.