jp.hishidama.eval.rule
クラス IfRule

java.lang.Object
  上位を拡張 jp.hishidama.eval.rule.AbstractRule
      上位を拡張 jp.hishidama.eval.rule.IfRule

public class IfRule
extends AbstractRule

条件演算ルールクラス.

バージョン:
2007.02.17
作成者:
ひしだま

フィールドの概要
 AbstractExpression cond
          条件演算子
 
クラス jp.hishidama.eval.rule.AbstractRule から継承されたフィールド
nextRule, prio
 
コンストラクタの概要
IfRule(ShareRuleValue share)
           
 
メソッドの概要
 
クラス jp.hishidama.eval.rule.AbstractRule から継承されたメソッド
addExpression, addLexOperator, addOperator, getOperators, initPriority
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

cond

public AbstractExpression cond
条件演算子

コンストラクタの詳細

IfRule

public IfRule(ShareRuleValue share)