Package nz.org.riskscape.pipeline.ast
Interface PipelineExpression
- All Known Implementing Classes:
PipelineDeclaration
,StepChain
,StepDeclaration
,StepDefinition
,StepLink
,StepReference
public interface PipelineExpression
-
Method Summary
-
Method Details
-
getBoundary
-
toSource
String toSource()- Returns:
- a string that can be parsed back in to the same ast as this one. It might not be whitespace-faithful...
-