public interface ICodeGenerator<T>
| Modifier and Type | Method and Description |
|---|---|
void |
after(CaptureLog log) |
void |
before(CaptureLog log) |
void |
clear() |
void |
createArrayInitStmt(CaptureLog log,
int currentLogRecNo) |
void |
createCollectionInitStmt(CaptureLog log,
int currentLogRecNo) |
void |
createFieldReadAccessStmt(CaptureLog log,
int currentLogRecNo) |
void |
createFieldWriteAccessStmt(CaptureLog log,
int currentLogRecNo) |
void |
createMapInitStmt(CaptureLog log,
int currentLogRecNo) |
void |
createMethodCallStmt(CaptureLog log,
int currentLogRecNo) |
void |
createPlainInitStmt(CaptureLog log,
int currentLogRecNo) |
void |
createUnobservedInitStmt(CaptureLog log,
int currentLogRecNo) |
T |
getCode() |
boolean |
isMaximumLengthReached() |
void before(CaptureLog log)
void createFieldReadAccessStmt(CaptureLog log, int currentLogRecNo)
void createFieldWriteAccessStmt(CaptureLog log, int currentLogRecNo)
void createMethodCallStmt(CaptureLog log, int currentLogRecNo)
void createPlainInitStmt(CaptureLog log, int currentLogRecNo)
void createUnobservedInitStmt(CaptureLog log, int currentLogRecNo)
void createArrayInitStmt(CaptureLog log, int currentLogRecNo)
void createCollectionInitStmt(CaptureLog log, int currentLogRecNo)
void createMapInitStmt(CaptureLog log, int currentLogRecNo)
boolean isMaximumLengthReached()
void after(CaptureLog log)
T getCode()
void clear()
Copyright © 2010–2017 EvoSuite. All rights reserved.