| Package | Description |
|---|---|
| com.io7m.smfj.format.text |
Parser API.
|
| com.io7m.smfj.format.text.v1 |
Parser implementation for the 1.* text encoding.
|
| Modifier and Type | Method and Description |
|---|---|
SMFTParsingStatus |
SMFTBodySectionParserType.parse(SMFParserEventsBodyType receiver,
javaslang.collection.List<String> line)
Parse the section, delivering events to
receiver. |
SMFTParsingStatus |
SMFTHeaderCommandParserType.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line)
Parse the section, delivering events to
receiver. |
static SMFTParsingStatus |
SMFTParsingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMFTParsingStatus[] |
SMFTParsingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SMFTParsingStatus |
SMFTV1BodySectionParserVerticesNonInterleaved.parse(SMFParserEventsBodyType receiver,
javaslang.collection.List<String> line_start) |
SMFTParsingStatus |
SMFTV1BodySectionParserTriangles.parse(SMFParserEventsBodyType receiver,
javaslang.collection.List<String> line_start) |
SMFTParsingStatus |
SMFTV1BodySectionParserMetadata.parse(SMFParserEventsBodyType receiver,
javaslang.collection.List<String> line_start) |
SMFTParsingStatus |
SMFTV1HeaderCommandVertices.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
SMFTParsingStatus |
SMFTV1HeaderCommandTriangles.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
SMFTParsingStatus |
SMFTV1HeaderCommandSchema.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
SMFTParsingStatus |
SMFTV1HeaderCommandCoordinates.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
SMFTParsingStatus |
SMFTV1HeaderCommandAttribute.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
Copyright © 2017 <code@io7m.com> http://io7m.com