public abstract class ConversionMethods extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.objectweb.asm.tree.AbstractInsnNode |
booleanValueOf() |
static org.objectweb.asm.tree.AbstractInsnNode |
boxedNumberToLuaFormatString() |
static org.objectweb.asm.tree.AbstractInsnNode |
floatValueOf() |
static org.objectweb.asm.tree.InsnList |
toNumericalValue(String what) |
static org.objectweb.asm.tree.AbstractInsnNode |
unboxedNumberToLuaFormatString(org.objectweb.asm.Type tpe) |
public static org.objectweb.asm.tree.InsnList toNumericalValue(String what)
public static org.objectweb.asm.tree.AbstractInsnNode floatValueOf()
public static org.objectweb.asm.tree.AbstractInsnNode booleanValueOf()
public static org.objectweb.asm.tree.AbstractInsnNode unboxedNumberToLuaFormatString(org.objectweb.asm.Type tpe)
public static org.objectweb.asm.tree.AbstractInsnNode boxedNumberToLuaFormatString()
Copyright © 2016–2017. All rights reserved.