public class Factory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Factory.NodeNodeContextObject |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static DALOperator |
comparator(com.github.leeonky.interpreter.Notation notation,
Factory.NodeNodeContextObject operation) |
static DALOperator |
executable(com.github.leeonky.interpreter.Notation notation) |
static DALOperator |
is() |
static DALOperator |
logical(com.github.leeonky.interpreter.Notation notation,
Factory.NodeNodeContextObject.SupplierSupplierObject logical) |
static DALOperator |
mulDiv(com.github.leeonky.interpreter.Notation notation,
Factory.NodeNodeContextObject.ObjectObjectContextObject mulDiv) |
static DALOperator |
parentheses() |
static DALOperator |
plusSub(com.github.leeonky.interpreter.Notation notation,
Factory.NodeNodeContextObject.ObjectObjectContextObject plusSub) |
static DALOperator |
unary(com.github.leeonky.interpreter.Notation notation,
Factory.NodeNodeContextObject unary) |
static DALOperator |
which() |
public static DALOperator logical(com.github.leeonky.interpreter.Notation notation, Factory.NodeNodeContextObject.SupplierSupplierObject logical)
public static DALOperator plusSub(com.github.leeonky.interpreter.Notation notation, Factory.NodeNodeContextObject.ObjectObjectContextObject plusSub)
public static DALOperator mulDiv(com.github.leeonky.interpreter.Notation notation, Factory.NodeNodeContextObject.ObjectObjectContextObject mulDiv)
public static DALOperator comparator(com.github.leeonky.interpreter.Notation notation, Factory.NodeNodeContextObject operation)
public static DALOperator unary(com.github.leeonky.interpreter.Notation notation, Factory.NodeNodeContextObject unary)
public static DALOperator parentheses()
public static DALOperator executable(com.github.leeonky.interpreter.Notation notation)
public static DALOperator is()
public static DALOperator which()