public class ExprForgeCodegenNames
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CodegenNamedParam |
FP_EPS |
static CodegenNamedParam |
FP_EXPREVALCONTEXT |
static CodegenNamedParam |
FP_ISNEWDATA |
static java.lang.String |
NAME_EPS |
static java.lang.String |
NAME_EXPREVALCONTEXT |
static java.lang.String |
NAME_ISNEWDATA |
static java.util.List<CodegenNamedParam> |
PARAMS |
static CodegenExpressionRef |
REF_EPS |
static CodegenExpressionRef |
REF_EXPREVALCONTEXT |
static CodegenExpressionRef |
REF_ISNEWDATA |
Constructor and Description |
---|
ExprForgeCodegenNames() |
public static final java.lang.String NAME_EPS
public static final java.lang.String NAME_ISNEWDATA
public static final java.lang.String NAME_EXPREVALCONTEXT
public static final CodegenExpressionRef REF_EPS
public static final CodegenExpressionRef REF_ISNEWDATA
public static final CodegenExpressionRef REF_EXPREVALCONTEXT
public static final CodegenNamedParam FP_EPS
public static final CodegenNamedParam FP_ISNEWDATA
public static final CodegenNamedParam FP_EXPREVALCONTEXT
public static final java.util.List<CodegenNamedParam> PARAMS