Class SexprSymbol

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

public final class SexprSymbol extends SexprItem
An S-Expression symbol value
  • Field Details

    • value

      public final String value
      The symbol value
  • Constructor Details

    • SexprSymbol

      public SexprSymbol(String value, String filename, int lineNumber)
      Create a new SexprSymbol with the specified value and source location
      Parameters:
      value - The symbol value
      filename - The source file where this value was read from
      lineNumber - The line number in the source file where this value is located
  • Method Details