public abstract class StringBuilder_Append extends SymbolicFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
StringBuilder_Append.Append_B |
static class |
StringBuilder_Append.Append_C |
static class |
StringBuilder_Append.Append_D |
static class |
StringBuilder_Append.Append_F |
static class |
StringBuilder_Append.Append_I |
static class |
StringBuilder_Append.Append_L |
static class |
StringBuilder_Append.Append_O |
static class |
StringBuilder_Append.Append_S |
| Modifier and Type | Field and Description |
|---|---|
protected String |
conc_str_builder_to_string_pre |
protected static String |
NULL_STRING |
env| Constructor and Description |
|---|
StringBuilder_Append(SymbolicEnvironment env,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract StringValue |
appendExpression(StringValue leftExpr,
StringBuilder res) |
IntegerConstraint |
beforeExecuteFunction()
This callback-method is invoked by the VM before the actual execution of
the method.
|
Object |
executeFunction()
Returns new symbolic return value.
|
getConcArgument, getConcBooleanArgument, getConcBooleanRetVal, getConcByteArgument, getConcByteRetVal, getConcCharArgument, getConcCharRetVal, getConcDoubleArgument, getConcDoubleRetVal, getConcFloatArgument, getConcFloatRetVal, getConcIntArgument, getConcIntRetVal, getConcLongArgument, getConcLongRetVal, getConcReceiver, getConcRetVal, getConcShortArgument, getConcShortRetVal, getDesc, getName, getOwner, getSymbArgument, getSymbIntegerArgument, getSymbIntegerRetVal, getSymbRealArgument, getSymbRealRetVal, getSymbReceiver, getSymbRetValprotected static final String NULL_STRING
protected String conc_str_builder_to_string_pre
public StringBuilder_Append(SymbolicEnvironment env, String desc)
protected abstract StringValue appendExpression(StringValue leftExpr, StringBuilder res)
public final Object executeFunction()
SymbolicFunctiongetSymbRetVal, getSymbRealRetVal and
getSymbIntegerRetVal methods.executeFunction in class SymbolicFunctionpublic final IntegerConstraint beforeExecuteFunction()
SymbolicFunctionbeforeExecuteFunction in class SymbolicFunctionCopyright © 2010–2017 EvoSuite. All rights reserved.