Package org.hl7.fhir.r4.formats
Class TurtleLexer
- java.lang.Object
-
- org.hl7.fhir.r4.formats.TurtleLexer
-
public class TurtleLexer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTurtleLexer.TurtleTokenType
-
Constructor Summary
Constructors Constructor Description TurtleLexer(String source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandone()Stringnext()Stringpeek()TurtleLexer.TurtleTokenTypepeekType()
-
-
-
Constructor Detail
-
TurtleLexer
public TurtleLexer(String source) throws Exception
- Throws:
Exception
-
-