public class InstructionUtil extends Object
| Constructor and Description |
|---|
InstructionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static char |
internalTypeFromArrayType(byte arrayType)
Returns the internal type corresponding to the given 'newarray' type.
|
public static char internalTypeFromArrayType(byte arrayType)
arrayType - InstructionConstants.ARRAY_T_BOOLEAN,
InstructionConstants.ARRAY_T_BYTE,
InstructionConstants.ARRAY_T_CHAR,
InstructionConstants.ARRAY_T_SHORT,
InstructionConstants.ARRAY_T_INT,
InstructionConstants.ARRAY_T_LONG,
InstructionConstants.ARRAY_T_FLOAT, or
InstructionConstants.ARRAY_T_DOUBLE.ClassConstants.TYPE_BOOLEAN,
ClassConstants.TYPE_BYTE,
ClassConstants.TYPE_CHAR,
ClassConstants.TYPE_SHORT,
ClassConstants.TYPE_INT,
ClassConstants.TYPE_LONG,
ClassConstants.TYPE_FLOAT, or
ClassConstants.TYPE_DOUBLE.Copyright © 2015. All Rights Reserved.