public abstract class AbstractCodeLine extends Object
| Constructor and Description |
|---|
AbstractCodeLine(Map<Integer,String> csvLine,
String marker,
String scriptContent,
int lineNumber,
String location) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutableCode() |
int |
getLineNumber() |
String |
getLocation() |
String |
getMarker() |
Object |
getResult() |
Map<Integer,String> |
getSourceLine() |
void |
setResult(Object result) |
String |
toString() |
Copyright © 2017 SAP SE. All Rights Reserved.