jp.co.nissy.jpicosheet.function
クラス AND

java.lang.Object
  上位を拡張 jp.co.nissy.jpicosheet.core.Function
      上位を拡張 jp.co.nissy.jpicosheet.function.AND

public class AND
extends Function


コンストラクタの概要
AND()
           
 
メソッドの概要
 Element call(Element[] elements, java.math.MathContext mc, Resolver resolver)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AND

public AND()
メソッドの詳細

call

public Element call(Element[] elements,
                    java.math.MathContext mc,
                    Resolver resolver)
定義:
クラス Function 内の call