public class AccessOpt extends TwoTernary implements RunMethod
left, right
Constructor and Description |
---|
AccessOpt() |
Modifier and Type | Method and Description |
---|---|
Object |
calculate()
计算
|
int |
fetchPriority()
优先级
|
String |
fetchSelf()
操作符对象自身的符号
|
Object |
fetchVar()
取得变得的值
|
Object |
run(List<Object> param)
根据传入的参数执行方法
|
getLeft, getRight, wrap
calculateItem, equals, toString
public int fetchPriority()
Operator
fetchPriority
in interface Operator
public Object fetchVar()
public String fetchSelf()
AbstractOpt
fetchSelf
in interface RunMethod
fetchSelf
in class AbstractOpt
Copyright © 2017. All rights reserved.