Package com.io7m.jsx
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.jsx.SExpressionType
SExpressionType.SAtomType, SExpressionType.SList, SExpressionType.SListType, SExpressionType.SQuotedString, SExpressionType.SSymbol -
Method Summary
Methods inherited from interface com.io7m.jlexing.core.LexicalType
lexical
-
Method Details
-
text
String text()- Returns:
- The text of the symbol
-