Class SexprString

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

public final class SexprString extends SexprItem
An S-Expression double value
  • Field Details

    • value

      public final String value
      The string value
  • Constructor Details

    • SexprString

      public SexprString(String value, String filename, int lineNumber)
      Create a new SexprString with the specified value and source location
      Parameters:
      value - The string 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