public class Boxing extends Object
Constructor and Description |
---|
Boxing() |
Modifier and Type | Method and Description |
---|---|
static void |
boxBoolean(CodeAttribute bc) |
static void |
boxByte(CodeAttribute bc) |
static void |
boxChar(CodeAttribute bc) |
static void |
boxDouble(CodeAttribute bc) |
static void |
boxFloat(CodeAttribute bc) |
static void |
boxIfNessesary(CodeAttribute ca,
String desc) |
static void |
boxInt(CodeAttribute bc) |
static void |
boxLong(CodeAttribute bc) |
static void |
boxShort(CodeAttribute bc) |
static CodeAttribute |
unbox(CodeAttribute ca,
String desc) |
static CodeAttribute |
unboxBoolean(CodeAttribute bc) |
static CodeAttribute |
unboxByte(CodeAttribute bc) |
static CodeAttribute |
unboxChar(CodeAttribute bc) |
static CodeAttribute |
unboxDouble(CodeAttribute bc) |
static CodeAttribute |
unboxFloat(CodeAttribute bc) |
static CodeAttribute |
unboxInt(CodeAttribute bc) |
static CodeAttribute |
unboxLong(CodeAttribute bc) |
static CodeAttribute |
unboxShort(CodeAttribute bc) |
public static void boxIfNessesary(CodeAttribute ca, String desc)
public static CodeAttribute unbox(CodeAttribute ca, String desc)
public static void boxInt(CodeAttribute bc)
public static void boxLong(CodeAttribute bc)
public static void boxShort(CodeAttribute bc)
public static void boxByte(CodeAttribute bc)
public static void boxFloat(CodeAttribute bc)
public static void boxDouble(CodeAttribute bc)
public static void boxChar(CodeAttribute bc)
public static void boxBoolean(CodeAttribute bc)
public static CodeAttribute unboxInt(CodeAttribute bc)
public static CodeAttribute unboxLong(CodeAttribute bc)
public static CodeAttribute unboxShort(CodeAttribute bc)
public static CodeAttribute unboxByte(CodeAttribute bc)
public static CodeAttribute unboxFloat(CodeAttribute bc)
public static CodeAttribute unboxDouble(CodeAttribute bc)
public static CodeAttribute unboxChar(CodeAttribute bc)
public static CodeAttribute unboxBoolean(CodeAttribute bc)
Copyright © 2015. All rights reserved.