Package com.io7m.cardant.parsers
Class CAItemLocationMatchExpressions
java.lang.Object
com.io7m.cardant.parsers.CAExpressions
com.io7m.cardant.parsers.CAItemLocationMatchExpressions
Expression parsers for location match expressions.
-
Constructor Summary
ConstructorsConstructorDescriptionCAItemLocationMatchExpressions(CAStrings inStrings) Expression parsers for location match expressions. -
Method Summary
Modifier and TypeMethodDescriptionlocationMatch(String text) Parse a match expression for locations.com.io7m.jsx.SExpressionTypeSerialize a match expression for locations.Serialize a match expression for locations.protected Map<CAStringConstantType, CAStringConstantType> syntax()Methods inherited from class com.io7m.cardant.parsers.CAExpressions
createParseError, createParseError, parse, serialize
-
Constructor Details
-
CAItemLocationMatchExpressions
Expression parsers for location match expressions.- Parameters:
inStrings- The string resources
-
-
Method Details
-
syntax
- Specified by:
syntaxin classCAExpressions
-
locationMatch
Parse a match expression for locations.- Parameters:
text- The input location- Returns:
- A match expression
- Throws:
CAException- On errors
-
locationMatchSerialize
Serialize a match expression for locations.- Parameters:
match- The input match- Returns:
- A match expression
-
locationMatchSerializeToString
Serialize a match expression for locations.- Parameters:
match- The input match- Returns:
- A match expression
- Throws:
CAException- On errors
-