public abstract class ExpressionFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static IntegerConstant |
ICONST_0 |
static IntegerConstant |
ICONST_1 |
static IntegerConstant |
ICONST_2 |
static IntegerConstant |
ICONST_3 |
static IntegerConstant |
ICONST_4 |
static IntegerConstant |
ICONST_5 |
static IntegerConstant |
ICONST_M1 |
static RealConstant |
RCONST_0 |
static RealConstant |
RCONST_1 |
static RealConstant |
RCONST_2 |
| Constructor and Description |
|---|
ExpressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IntegerValue |
add(IntegerValue left,
IntegerValue right,
long con) |
static RealValue |
add(RealValue left,
RealValue right,
double con) |
static IntegerConstant |
buildNewIntegerConstant(int value) |
static IntegerConstant |
buildNewIntegerConstant(long value) |
static ReferenceConstant |
buildNewNullExpression() |
static RealConstant |
buildNewRealConstant(double x) |
static RealConstant |
buildNewRealConstant(float x) |
static StringConstant |
buildNewStringConstant(String string) |
static IntegerValue |
div(IntegerValue left,
IntegerValue right,
long con) |
static RealValue |
div(RealValue left,
RealValue right,
double con) |
static IntegerValue |
mul(IntegerValue left,
IntegerValue right,
long con) |
static RealValue |
mul(RealValue left,
RealValue right,
double con) |
static IntegerValue |
rem(IntegerValue left,
IntegerValue right,
long con) |
static RealValue |
rem(RealValue left,
RealValue right,
double con) |
public static final RealConstant RCONST_2
public static final RealConstant RCONST_1
public static final RealConstant RCONST_0
public static final IntegerConstant ICONST_5
public static final IntegerConstant ICONST_4
public static final IntegerConstant ICONST_3
public static final IntegerConstant ICONST_2
public static final IntegerConstant ICONST_1
public static final IntegerConstant ICONST_0
public static final IntegerConstant ICONST_M1
public static IntegerConstant buildNewIntegerConstant(int value)
public static IntegerConstant buildNewIntegerConstant(long value)
public static RealConstant buildNewRealConstant(float x)
public static RealConstant buildNewRealConstant(double x)
public static StringConstant buildNewStringConstant(String string)
public static IntegerValue add(IntegerValue left, IntegerValue right, long con)
public static IntegerValue mul(IntegerValue left, IntegerValue right, long con)
public static IntegerValue div(IntegerValue left, IntegerValue right, long con)
public static IntegerValue rem(IntegerValue left, IntegerValue right, long con)
public static ReferenceConstant buildNewNullExpression()
Copyright © 2010–2017 EvoSuite. All rights reserved.