Class ToCommaSeparated

java.lang.Object
org.ek9lang.compiler.support.ToCommaSeparated
All Implemented Interfaces:
Function<List<ISymbol>,String>

public class ToCommaSeparated extends Object implements Function<List<ISymbol>,String>
Converts a list of symbol using their friendly names in to a comma separated list. Optionally wraps in parenthesis.
  • Constructor Details

    • ToCommaSeparated

      public ToCommaSeparated(boolean includeParenthesis)
    • ToCommaSeparated

      public ToCommaSeparated(ISymbol fromType, boolean includeParenthesis)
  • Method Details