public class _invokestatic extends Invoke
| 限定符和类型 | 字段和说明 |
|---|---|
static Class<?>[] |
OPERATOR_CLASSES
操作数类型
|
static int |
OPERATOR_CODE
唯一操作码
|
| 构造器和说明 |
|---|
_invokestatic(String functionName,
int argSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getArgSize() |
String |
getFunctionName() |
Object[] |
getOperators() |
void |
operate(RuntimeContext context) |
String |
toString() |
public static final int OPERATOR_CODE
public static final Class<?>[] OPERATOR_CLASSES
public _invokestatic(String functionName, int argSize)
public String getFunctionName()
public int getArgSize()
public Object[] getOperators()
getOperators 在类中 ByteCodepublic void operate(RuntimeContext context)
Copyright © 2020. All rights reserved.