Interface PipelineExpression

All Known Implementing Classes:
PipelineDeclaration, StepChain, StepDeclaration, StepDefinition, StepLink, StepReference

public interface PipelineExpression
  • Method Details

    • getBoundary

      Optional<Pair<Token,Token>> 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...