Uses of Class
ca.mcscert.jpipe.compiler.model.ChainBuilder
Packages that use ChainBuilder
-
Uses of ChainBuilder in ca.mcscert.jpipe.compiler
Methods in ca.mcscert.jpipe.compiler that return ChainBuilderModifier and TypeMethodDescriptionstatic ChainBuilder<InputStream, List<Command>> CompilerFactory.parsingChain()Parsing chain: reads a source file, lexes, parses, and extracts the action list. -
Uses of ChainBuilder in ca.mcscert.jpipe.compiler.model
Methods in ca.mcscert.jpipe.compiler.model that return ChainBuilderModifier and TypeMethodDescription<R> ChainBuilder<I, R> ChainBuilder.andThen(Transformation<O, R> next) Append a transformation to the end of the current chain.final <R> ChainBuilder<I, R> Source.andThen(Transformation<I, R> next) DSL entry-point: combine this source with the first transformation to start building a compilation chain.