public interface RuntimeContext
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getProperty(String propertyName)
依据属性名取出属性值
|
void |
increaseCodeOffset()
递增字节码偏移量
|
ExpressionValue |
pop()
操作数出栈
|
void |
push(ExpressionValue operator)
操作数入栈
|
void |
setCodeOffset(int offset)
设置字节码偏移量
|
void push(ExpressionValue operator)
operator - 操作数ExpressionValue pop()
void increaseCodeOffset()
void setCodeOffset(int offset)
offset - 字节码偏移量Copyright © 2020. All rights reserved.