public class OperatorMethods extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RAW_OP_IDIV |
static String |
RAW_OP_MOD |
static String |
RAW_OP_POW |
| Modifier and Type | Method and Description |
|---|---|
static org.objectweb.asm.tree.AbstractInsnNode |
rawBinaryOperator(String methodName,
org.objectweb.asm.Type returnType,
org.objectweb.asm.Type argType) |
static org.objectweb.asm.tree.AbstractInsnNode |
stringLen() |
static org.objectweb.asm.tree.AbstractInsnNode |
tableRawSetIntKey() |
public static final String RAW_OP_MOD
public static final String RAW_OP_POW
public static final String RAW_OP_IDIV
public static org.objectweb.asm.tree.AbstractInsnNode rawBinaryOperator(String methodName, org.objectweb.asm.Type returnType, org.objectweb.asm.Type argType)
public static org.objectweb.asm.tree.AbstractInsnNode stringLen()
public static org.objectweb.asm.tree.AbstractInsnNode tableRawSetIntKey()
Copyright © 2016–2017. All rights reserved.