org.nutz.el.opt.bit
类 LeftShift

java.lang.Object
  继承者 org.nutz.el.opt.AbstractOpt
      继承者 org.nutz.el.opt.TwoTernary
          继承者 org.nutz.el.opt.bit.LeftShift
所有已实现的接口:
Operator

public class LeftShift
extends TwoTernary

左移

作者:
juqkai(juqkai@gmail.com)

字段摘要
 
从类 org.nutz.el.opt.TwoTernary 继承的字段
left, right
 
构造方法摘要
LeftShift()
           
 
方法摘要
 java.lang.Object calculate()
          计算
 int fetchPriority()
          优先级
 java.lang.String fetchSelf()
          操作符对象自身的符号
 
从类 org.nutz.el.opt.TwoTernary 继承的方法
getLeft, getRight, wrap
 
从类 org.nutz.el.opt.AbstractOpt 继承的方法
calculateItem, equals, toString
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

LeftShift

public LeftShift()
方法详细信息

fetchPriority

public int fetchPriority()
从接口 Operator 复制的描述
优先级


calculate

public java.lang.Object calculate()
从接口 Operator 复制的描述
计算


fetchSelf

public java.lang.String fetchSelf()
从类 AbstractOpt 复制的描述
操作符对象自身的符号

指定者:
AbstractOpt 中的 fetchSelf