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