A B C D E F G I L M N O P R S T V

C

calcDate(Date, int, int, int, int, int, int) - 类 org.wltea.expression.function.SystemFunctions 中的方法
日期计算
changeToToken(ExpressionToken, Element) - 类 org.wltea.expression.format.ExpressionParser 中的方法
将切分的元素转化成ExpressionToken,并验证减号还是负号
checkDecimal(StringBuffer) - 类 org.wltea.expression.format.reader.NumberTypeReader 中的静态方法
检查是否只有一个小数点
compile(String) - 类 org.wltea.expression.ExpressionEvaluator 中的静态方法
验证表达式
compile(String, Collection<Variable>) - 类 org.wltea.expression.ExpressionEvaluator 中的静态方法
验证表达式
compile(List<ExpressionToken>) - 类 org.wltea.expression.ExpressionExecutor 中的方法
将正常表达式词元序列,转换成逆波兰式序列 同时检查表达式语法
Constant - org.wltea.expression.datameta 中的 类
常量数据描述
Constant(BaseDataMeta.DataType, Object) - 类 org.wltea.expression.datameta.Constant 的构造方法
 
Constant(Reference) - 类 org.wltea.expression.datameta.Constant 的构造方法
 
contains(String, String) - 类 org.wltea.expression.function.SystemFunctions 中的方法
字符串包含比较
createConstantToken(BaseDataMeta.DataType, Object) - 类 org.wltea.expression.ExpressionToken 中的静态方法
 
createConstantToken(Constant) - 类 org.wltea.expression.ExpressionToken 中的静态方法
 
createElementReader(ExpressionReader) - 类 org.wltea.expression.format.reader.ElementReaderFactory 中的静态方法
根据流开头构造不同的词元读取 流应该非空格开头
createFunctionToken(String) - 类 org.wltea.expression.ExpressionToken 中的静态方法
 
createOperatorToken(Operator) - 类 org.wltea.expression.ExpressionToken 中的静态方法
 
createReference(Reference) - 类 org.wltea.expression.ExpressionToken 中的静态方法
 
createSplitorToken(String) - 类 org.wltea.expression.ExpressionToken 中的静态方法
 
createVariable(String, Object) - 类 org.wltea.expression.datameta.Variable 中的静态方法
根据别名和参数值,构造 Variable 实例
createVariableToken(String) - 类 org.wltea.expression.ExpressionToken 中的静态方法
 

A B C D E F G I L M N O P R S T V