Interface SExpressionType.SAtomType

All Superinterfaces:
com.io7m.jlexing.core.LexicalType<URI>, SExpressionType
All Known Implementing Classes:
SExpressionType.SQuotedString, SExpressionType.SSymbol
Enclosing interface:
SExpressionType

public static sealed interface SExpressionType.SAtomType extends SExpressionType permits SExpressionType.SSymbol, SExpressionType.SQuotedString
The type of S-expressions that are atoms.
  • Method Details

    • text

      String text()
      Returns:
      The text of the symbol