org.unlaxer.tinyexpression.TokenBaseCalculator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tinyExpression Show documentation
Show all versions of tinyExpression Show documentation
TinyExpression implemented with Unlaxer
The newest version!
package org.unlaxer.tinyexpression;
public interface TokenBaseCalculator extends TokenBaseOperator{
//最終的にはTokenをパラメータとして持たないようにする。現在はbyteCodeのhashを比較する要件があるためそのよう圏外らなくなり次第移行する
// public Float apply(CalculationContext calculationContext);
}