jp.hishidama.eval.exp
クラス ShiftLeftExpression

java.lang.Object
  上位を拡張 jp.hishidama.eval.exp.AbstractExpression
      上位を拡張 jp.hishidama.eval.exp.Col2Expression
          上位を拡張 jp.hishidama.eval.exp.ShiftLeftExpression
直系の既知のサブクラス:
LetShiftLeftExpression

public class ShiftLeftExpression
extends Col2Expression

左シフトクラス.

作成者:
ひしだま

フィールドの概要
 
クラス jp.hishidama.eval.exp.Col2Expression から継承されたフィールド
expl, expr
 
クラス jp.hishidama.eval.exp.AbstractExpression から継承されたフィールド
FALSE, share, TRUE
 
コンストラクタの概要
ShiftLeftExpression()
           
 
メソッドの概要
 AbstractExpression dup(ShareExpValue s)
          複製生成.
 
クラス jp.hishidama.eval.exp.Col2Expression から継承されたメソッド
create, dump, equals, evalDouble, evalLong, evalObject, hashCode, setExpression, toString
 
クラス jp.hishidama.eval.exp.AbstractExpression から継承されたメソッド
getEndOperator, getOperator, same, setEndOperator, setOperator, setPriority
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ShiftLeftExpression

public ShiftLeftExpression()
メソッドの詳細

dup

public AbstractExpression dup(ShareExpValue s)
クラス AbstractExpression の記述:
複製生成.

当インスタンスの複製を作成する。

定義:
クラス AbstractExpression 内の dup
パラメータ:
s - 新共通情報
戻り値:
新インスタンス