Package nz.org.riskscape.pipeline.ast
package nz.org.riskscape.pipeline.ast
-
ClassDescriptionAn
ExpressionVisitor
that rewrites an expression by replacing any parameters it has found with substitutions from the visitor's map of replacements.AST for a pipeline declaration - the root of the AST.Simple value holder for the results of finding a step via thePipelineDeclaration.find(BiPredicate)
method.AST for a list ofStepDeclaration
s that are chained together.AST for a single step.Defines a step.Reference to a step that should have been declared previously.