jp.hishidama.eval.rule
クラス Col2Rule

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

public class Col2Rule
extends AbstractRule

二項演算子(左結合)ルールクラス.

作成者:
ひしだま

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

コンストラクタの詳細

Col2Rule

public Col2Rule(ShareRuleValue share)