public static class OpcodeInfo.Info extends Object
| Constructor and Description |
|---|
Info(int opcode,
String name,
InstructionCodec format,
IndexType indexType) |
| Modifier and Type | Method and Description |
|---|---|
InstructionCodec |
getFormat() |
IndexType |
getIndexType() |
String |
getName() |
int |
getOpcode() |
public Info(int opcode,
String name,
InstructionCodec format,
IndexType indexType)
public int getOpcode()
public String getName()
public InstructionCodec getFormat()
public IndexType getIndexType()
Copyright © 2016. All Rights Reserved.