public static final class TransformGraph.Step extends Object
| Constructor and Description |
|---|
Step(int stepIndex,
TransformGraph.OperationType operationType,
List<String> inputNodeIds,
String outputNodeId,
String expressionHash,
SourceLocation sourceLocation,
LocationNullReason locationNullReason) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionHash()
Nullable.
|
List<String> |
getInputNodeIds() |
LocationNullReason |
getLocationNullReason()
Nullable — set only when
sourceLocation is null. |
TransformGraph.OperationType |
getOperationType() |
String |
getOutputNodeId() |
SourceLocation |
getSourceLocation()
Nullable.
|
int |
getStepIndex() |
public Step(int stepIndex, TransformGraph.OperationType operationType, List<String> inputNodeIds, String outputNodeId, String expressionHash, SourceLocation sourceLocation, LocationNullReason locationNullReason)
public int getStepIndex()
public TransformGraph.OperationType getOperationType()
public List<String> getInputNodeIds()
public String getOutputNodeId()
public String getExpressionHash()
public SourceLocation getSourceLocation()
public LocationNullReason getLocationNullReason()
sourceLocation is null.