public class ExprOptionalConstantForge
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ExprOptionalConstantForge.IntervalDeltaExprMaxEval |
static class |
ExprOptionalConstantForge.IntervalDeltaExprMaxForge |
Modifier and Type | Field and Description |
---|---|
static ExprOptionalConstantForge.IntervalDeltaExprMaxEval |
MAXEVAL |
static ExprOptionalConstantForge.IntervalDeltaExprMaxForge |
MAXFORGE |
Constructor and Description |
---|
ExprOptionalConstantForge(IntervalDeltaExprForge forge,
java.lang.Long optionalConstant) |
Modifier and Type | Method and Description |
---|---|
IntervalDeltaExprForge |
getForge() |
java.lang.Long |
getOptionalConstant() |
static ExprOptionalConstantForge |
make(long maxValue) |
ExprOptionalConstantEval |
makeEval() |
public static final ExprOptionalConstantForge.IntervalDeltaExprMaxForge MAXFORGE
public static final ExprOptionalConstantForge.IntervalDeltaExprMaxEval MAXEVAL
public ExprOptionalConstantForge(IntervalDeltaExprForge forge, java.lang.Long optionalConstant)
public java.lang.Long getOptionalConstant()
public IntervalDeltaExprForge getForge()
public static ExprOptionalConstantForge make(long maxValue)
public ExprOptionalConstantEval makeEval()