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