@Internal public final class SprmOperation extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
PAP_TYPE |
Deprecated.
|
static int |
TAP_TYPE |
Deprecated.
|
static int |
TYPE_CHP |
|
static int |
TYPE_PAP |
|
static int |
TYPE_PIC |
|
static int |
TYPE_SEP |
|
static int |
TYPE_TAP |
Constructor | Description |
---|---|
SprmOperation(byte[] grpprl,
int offset) |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getGrpprl() |
|
int |
getGrpprlOffset() |
|
int |
getOperand() |
|
short |
getOperandShortSigned() |
|
int |
getOperation() |
|
static int |
getOperationFromOpcode(short opcode) |
|
int |
getSizeCode() |
|
int |
getType() |
|
static int |
getTypeFromOpcode(short opcode) |
|
int |
size() |
|
byte[] |
toByteArray() |
|
java.lang.String |
toString() |
public static final int TYPE_PAP
public static final int TYPE_CHP
public static final int TYPE_PIC
public static final int TYPE_SEP
public static final int TYPE_TAP
@Deprecated public static final int PAP_TYPE
@Deprecated public static final int TAP_TYPE
public static int getOperationFromOpcode(short opcode)
public static int getTypeFromOpcode(short opcode)
public byte[] toByteArray()
public byte[] getGrpprl()
public int getGrpprlOffset()
public int getOperand()
public short getOperandShortSigned()
public int getOperation()
public int getSizeCode()
public int getType()
public int size()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.