- onCommandFFinished(LexicalPositionType<Path>, int) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
An f command was completed successfully.
- onCommandFStarted(LexicalPositionType<Path>, int) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
An f command was encountered.
- onCommandFVertexV(LexicalPositionType<Path>, int, int) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A v// vertex was specified for an f command.
- onCommandFVertexV_VN(LexicalPositionType<Path>, int, int, int) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A v//vn vertex was specified for an f command.
- onCommandFVertexV_VT(LexicalPositionType<Path>, int, int, int) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A v/vt/ vertex was specified for an f command.
- onCommandFVertexV_VT_VN(LexicalPositionType<Path>, int, int, int, int) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A v/vt/vn vertex was specified for an f command.
- onCommandMtllib(LexicalPositionType<Path>, String) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
An mtllib command was encountered.
- onCommandO(LexicalPositionType<Path>, String) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
An o command was encountered.
- onCommandS(LexicalPositionType<Path>, int) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
An s command was encountered.
- onCommandUsemtl(LexicalPositionType<Path>, String) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A usemtl command was encountered.
- onCommandV(LexicalPositionType<Path>, int, double, double, double, double) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A v command was encountered.
- onCommandVN(LexicalPositionType<Path>, int, double, double, double) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A vn command was encountered.
- onCommandVT(LexicalPositionType<Path>, int, double, double, double) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A vt command was encountered.
- onComment(LexicalPositionType<Path>, String) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A comment was encountered.
- onEOF(LexicalPositionType<Path>) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
EOF has been reached.
- onError(LexicalPositionType<Path>, JOParserErrorCode, String) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A non-fatal error has occurred.
- onFatalError(LexicalPositionType<Path>, Optional<Throwable>, String) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
A fatal error has occurred.
- onLine(LexicalPositionType<Path>, String) - Method in interface com.io7m.jobj.core.JOParserEventListenerType
-
The given line is about to be parsed.