public class Factory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Factory.ExpressionContextData |
static interface |
Factory.QuadFunction<T1,T2,T3,T4,R> |
static class |
Factory.VerificationOperator |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static DALOperator |
comparator(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation,
Factory.ExpressionContextData operation) |
static DALOperator |
dataRemark() |
static DALOperator |
equal() |
static DALOperator |
exclamation() |
static DALOperator |
executable(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation) |
static DALOperator |
is() |
static DALOperator |
logical(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation,
Factory.ExpressionContextData.SupplierSupplierData logical) |
static DALOperator |
match() |
static DALOperator |
mulDiv(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation,
Factory.ExpressionContextData.DataOptDataContextData mulDiv,
Operators type) |
static DALOperator |
plusSub(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation,
Factory.ExpressionContextData.DataOptDataContextData plusSub,
Operators type) |
static DALOperator |
unary(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation,
Factory.ExpressionContextData unary) |
static DALOperator |
which() |
public static DALOperator logical(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation, Factory.ExpressionContextData.SupplierSupplierData logical)
public static DALOperator plusSub(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation, Factory.ExpressionContextData.DataOptDataContextData plusSub, Operators type)
public static DALOperator mulDiv(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation, Factory.ExpressionContextData.DataOptDataContextData mulDiv, Operators type)
public static DALOperator comparator(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation, Factory.ExpressionContextData operation)
public static DALOperator unary(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation, Factory.ExpressionContextData unary)
public static DALOperator executable(com.github.leeonky.interpreter.Notation<?,?,?,?,?> notation)
public static DALOperator is()
public static DALOperator which()
public static DALOperator dataRemark()
public static DALOperator exclamation()
public static DALOperator equal()
public static DALOperator match()