Package nz.org.riskscape.pipeline.ast
Class StepLink
java.lang.Object
nz.org.riskscape.pipeline.ast.StepLink
- All Implemented Interfaces:
PipelineExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendSource(StringBuilder appendTo) protected voidappendString(StringBuilder appendTo) protected booleanbooleangetChain()getLhs()getRhs()inthashCode()final StringtoSource()final StringtoString()Returns a simplified view of the ast in a source-like fashion, but with a lot of details left out for conciseness
-
Constructor Details
-
StepLink
-
-
Method Details
-
getBoundary
-
appendString
-
appendSource
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getLhs
-
getChain
-
getRhs
-
toString
Returns a simplified view of the ast in a source-like fashion, but with a lot of details left out for conciseness
-
toSource
- Specified by:
toSourcein interfacePipelineExpression- Returns:
- a string that can be parsed back in to the same ast as this one. It might not be whitespace-faithful...
-