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