|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.nfc.rpn.AbstractProcessor
org.mklab.nfc.rpn.AbstractExpressionProcessor
org.mklab.nfc.rpn.ExpressionProcessor
public class ExpressionProcessor
逆ポーランド記法を数式に関して評価するクラスです。
コンストラクタの概要 | |
---|---|
ExpressionProcessor()
|
メソッドの概要 | |
---|---|
String |
getInverseString()
逆数(逆行列)を表す文字列を返します。 |
String |
getLeftParentheses()
左括弧を返します。 |
String |
getMultiplicationString()
乗算を表す文字列を返します。 |
String |
getRightParentheses()
右括弧を返します。 |
クラス org.mklab.nfc.rpn.AbstractExpressionProcessor から継承されたメソッド |
---|
addOperation, getResult, getSignedExpression, hasCancellation, inverseOperation, multiplyOperation, setCancellation |
クラス org.mklab.nfc.rpn.AbstractProcessor から継承されたメソッド |
---|
evaluate, getFormat, setFormat |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ExpressionProcessor()
メソッドの詳細 |
---|
public String getLeftParentheses()
ReversePolishNotationExpressionProcessor
の記述:
ReversePolishNotationExpressionProcessor.getLeftParentheses()
public String getRightParentheses()
ReversePolishNotationExpressionProcessor
の記述:
ReversePolishNotationExpressionProcessor.getRightParentheses()
public String getInverseString()
ReversePolishNotationExpressionProcessor
の記述:
ReversePolishNotationExpressionProcessor.getInverseString()
public String getMultiplicationString()
ReversePolishNotationExpressionProcessor
の記述:
ReversePolishNotationExpressionProcessor.getMultiplicationString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |