|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface DoubleOperandOperator
2個のオペランドを処理するオペレーターを表すインターフェースです。
メソッドの概要 | |
---|---|
ReversePolishNotationOperand |
operate(ReversePolishNotationProcessor processor,
ReversePolishNotationOperand left,
ReversePolishNotationOperand right)
オペランドを評価した結果を返します。 |
メソッドの詳細 |
---|
ReversePolishNotationOperand operate(ReversePolishNotationProcessor processor, ReversePolishNotationOperand left, ReversePolishNotationOperand right)
processor
- プロセッサーleft
- 左オペランドright
- 右オペランド
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |