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