public class AbstractInsnNodes
extends java.lang.Object
| Constructor and Description |
|---|
AbstractInsnNodes() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
getLiteralValue(org.objectweb.asm.tree.AbstractInsnNode insn) |
static boolean |
hasLiteralValue(org.objectweb.asm.tree.AbstractInsnNode insn) |
static boolean |
isLiteral(org.objectweb.asm.tree.AbstractInsnNode insn,
java.lang.Object literal) |
public static boolean hasLiteralValue(org.objectweb.asm.tree.AbstractInsnNode insn)
public static java.lang.Object getLiteralValue(org.objectweb.asm.tree.AbstractInsnNode insn)
public static boolean isLiteral(org.objectweb.asm.tree.AbstractInsnNode insn,
java.lang.Object literal)