jp.hishidama.eval.exp
クラス ShiftRightExpression

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

public class ShiftRightExpression
extends Col2Expression

右シフトクラス.

作成者:
ひしだま

フィールドの概要
 
クラス jp.hishidama.eval.exp.Col2Expression から継承されたフィールド
expl, expr
 
クラス jp.hishidama.eval.exp.AbstractExpression から継承されたフィールド
FALSE, share, TRUE
 
コンストラクタの概要
ShiftRightExpression()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

ShiftRightExpression

public ShiftRightExpression()
メソッドの詳細

dup

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

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

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