Class SexprList

java.lang.Object
org.jfuncmachine.sexprlang.parser.SexprItem
org.jfuncmachine.sexprlang.parser.SexprList

public final class SexprList extends SexprItem
A list of S-Expression items
  • Field Details

  • Constructor Details

    • SexprList

      public SexprList(ArrayList<SexprItem> value, String filename, int lineNumber)
      Create a new SexprList with the specified values and source location
      Parameters:
      value - The list of values
      filename - The source file where this list was read from
      lineNumber - The line number in the source file where this list starts
  • Method Details