| Package | Description |
|---|---|
| com.io7m.jsx |
Core types, exceptions.
|
| com.io7m.jsx.combinators |
Combinators for validating and extracting data from S-expressions.
|
| Modifier and Type | Method | Description |
|---|---|---|
A |
SExpressionMatcherType.quotedString(SExpressionQuotedStringType e) |
Match an expression.
|
| Modifier and Type | Method | Description |
|---|---|---|
static io.vavr.control.Validation<io.vavr.collection.List<JSXValidationErrorType>,SExpressionQuotedStringType> |
JSXCombinators.anyOfQuotedString(SExpressionType e,
io.vavr.collection.List<String> texts) |
Assert that the given expression is a symbol with any of the given names.
|
static io.vavr.control.Validation<io.vavr.collection.List<JSXValidationErrorType>,SExpressionQuotedStringType> |
JSXCombinators.anyQuotedString(SExpressionType e) |
Assert that the given expression is a quoted string.
|
static io.vavr.control.Validation<io.vavr.collection.List<JSXValidationErrorType>,SExpressionQuotedStringType> |
JSXCombinators.exactQuotedString(SExpressionType e,
String name) |
Assert that the given expression is a quoted string with the given name.
|
Copyright © 2017 <code@io7m.com> http://io7m.com