|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.instruction.InstructionUtil
public class InstructionUtil
Utility methods for converting between representations of names and descriptions.
| Constructor Summary | |
|---|---|
InstructionUtil()
|
|
| Method Summary | |
|---|---|
static char |
internalTypeFromArrayType(byte arrayType)
Returns the internal type corresponding to the given 'newarray' type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstructionUtil()
| Method Detail |
|---|
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.INTERNAL_TYPE_BOOLEAN,
ClassConstants.INTERNAL_TYPE_BYTE,
ClassConstants.INTERNAL_TYPE_CHAR,
ClassConstants.INTERNAL_TYPE_SHORT,
ClassConstants.INTERNAL_TYPE_INT,
ClassConstants.INTERNAL_TYPE_LONG,
ClassConstants.INTERNAL_TYPE_FLOAT, or
ClassConstants.INTERNAL_TYPE_DOUBLE.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||