public class BoxedPrimitivesMethods extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.objectweb.asm.tree.AbstractInsnNode |
booleanValue() |
static org.objectweb.asm.tree.MethodInsnNode |
box(org.objectweb.asm.Type from,
Class to) |
static org.objectweb.asm.tree.MethodInsnNode |
box(org.objectweb.asm.Type from,
org.objectweb.asm.Type to) |
static org.objectweb.asm.tree.AbstractInsnNode |
doubleValue(Class clazz) |
static org.objectweb.asm.tree.AbstractInsnNode |
intValue(Class clazz) |
static org.objectweb.asm.tree.AbstractInsnNode |
loadBoxedBoolean(boolean value) |
static org.objectweb.asm.tree.InsnList |
loadBoxedConstant(Object k) |
static org.objectweb.asm.tree.InsnList |
loadBoxedConstant(Object k,
Class<?> castTo) |
static org.objectweb.asm.tree.AbstractInsnNode |
loadNull() |
static org.objectweb.asm.tree.AbstractInsnNode |
loadNumericValue(Number n,
org.objectweb.asm.Type requiredType) |
static org.objectweb.asm.tree.AbstractInsnNode |
longValue(Class clazz) |
static org.objectweb.asm.tree.AbstractInsnNode |
unbox(Class clazz,
org.objectweb.asm.Type requiredType) |
public static org.objectweb.asm.tree.AbstractInsnNode loadNull()
public static org.objectweb.asm.tree.AbstractInsnNode loadBoxedBoolean(boolean value)
public static org.objectweb.asm.tree.AbstractInsnNode booleanValue()
public static org.objectweb.asm.tree.AbstractInsnNode intValue(Class clazz)
public static org.objectweb.asm.tree.AbstractInsnNode longValue(Class clazz)
public static org.objectweb.asm.tree.AbstractInsnNode doubleValue(Class clazz)
public static org.objectweb.asm.tree.MethodInsnNode box(org.objectweb.asm.Type from,
org.objectweb.asm.Type to)
public static org.objectweb.asm.tree.MethodInsnNode box(org.objectweb.asm.Type from,
Class to)
public static org.objectweb.asm.tree.AbstractInsnNode unbox(Class clazz, org.objectweb.asm.Type requiredType)
public static org.objectweb.asm.tree.InsnList loadBoxedConstant(Object k, Class<?> castTo)
public static org.objectweb.asm.tree.InsnList loadBoxedConstant(Object k)
public static org.objectweb.asm.tree.AbstractInsnNode loadNumericValue(Number n, org.objectweb.asm.Type requiredType)
Copyright © 2016–2017. All rights reserved.