Class StreamPipeLineSymbol

java.lang.Object
org.ek9lang.compiler.symbols.Symbol
org.ek9lang.compiler.symbols.StreamPipeLineSymbol
All Implemented Interfaces:
Serializable, ISymbol, ITokenReference

public class StreamPipeLineSymbol extends Symbol
Intended to model the pipeline flow in a streaming of cat or for loop though | and map etc. So really all we're trying to do in the symbol modelling is ensuring that the piping with the types and commands are compatible with each other. Phase 7 the IR phase will have to create objects that can be linked.
See Also:
  • Constructor Details

    • StreamPipeLineSymbol

      public StreamPipeLineSymbol(String name)
  • Method Details