类分层结构
- java.lang.Object
- com.jn.langx.expression.operator.AbstractBinaryOperator<Left,Right,Result> (implements com.jn.langx.expression.operator.BinaryOperator<Left,Right,Result>)
- com.jn.langx.expression.operator.arithmetic.Divide (implements com.jn.langx.expression.operator.arithmetic.Add<Left,Right,Result>)
- com.jn.langx.expression.operator.arithmetic.Mod (implements com.jn.langx.expression.operator.arithmetic.Add<Left,Right,Result>)
- com.jn.langx.expression.operator.arithmetic.Multiple (implements com.jn.langx.expression.operator.arithmetic.Add<Left,Right,Result>)
- com.jn.langx.expression.operator.arithmetic.NumberAdd (implements com.jn.langx.expression.operator.arithmetic.Add<Left,Right,Result>)
- com.jn.langx.expression.operator.arithmetic.StringAdd (implements com.jn.langx.expression.operator.arithmetic.ArithmeticOperator<Left,Right,Result>)
- com.jn.langx.expression.operator.arithmetic.Subtract (implements com.jn.langx.expression.operator.arithmetic.Add<Left,Right,Result>)
接口分层结构
- com.jn.langx.expression.Expression<Result>
- com.jn.langx.expression.operator.Operator<R>
- com.jn.langx.expression.operator.BinaryOperator<Left,Right,Result>
- com.jn.langx.expression.operator.arithmetic.ArithmeticOperator<Left,Right,Result>
- com.jn.langx.expression.operator.arithmetic.Add<Left,Right,Result>
Copyright © 2020. All rights reserved.