Package nz.org.riskscape.pipeline.ast
Class StepLink
java.lang.Object
nz.org.riskscape.pipeline.ast.StepLink
- All Implemented Interfaces:
PipelineExpression
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendSource
(StringBuilder appendTo) protected void
appendString
(StringBuilder appendTo) protected boolean
boolean
getChain()
getLhs()
getRhs()
int
hashCode()
final String
toSource()
final String
toString()
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:
toSource
in interfacePipelineExpression
- Returns:
- a string that can be parsed back in to the same ast as this one. It might not be whitespace-faithful...
-