public final class JPRAReferenceParser extends Object implements JPRAReferenceParserType
JPRAReferenceParserType interface.| Modifier and Type | Method and Description |
|---|---|
static JPRAReferenceParserType |
newParser(com.io7m.jsx.serializer.JSXSerializerType in_serial) |
FieldReference |
parseFieldReference(com.io7m.jsx.SExpressionSymbolType se)
Parse a field reference.
|
TypeReference |
parseTypeReference(com.io7m.jsx.SExpressionSymbolType se)
Parse a type reference.
|
public static JPRAReferenceParserType newParser(com.io7m.jsx.serializer.JSXSerializerType in_serial)
in_serial - A serializer for error messagespublic TypeReference parseTypeReference(com.io7m.jsx.SExpressionSymbolType se) throws JPRACompilerParseException
JPRAReferenceParserTypeparseTypeReference in interface JPRAReferenceParserTypese - The input symbolJPRACompilerParseException - On parse errorspublic FieldReference parseFieldReference(com.io7m.jsx.SExpressionSymbolType se) throws JPRACompilerParseException
JPRAReferenceParserTypeparseFieldReference in interface JPRAReferenceParserTypese - The input symbolJPRACompilerParseException - On parse errorsCopyright © 2016 <code@io7m.com> http://io7m.com