public class TurtleLexer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TurtleLexer.TurtleTokenType |
| Constructor and Description |
|---|
TurtleLexer(String source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
done() |
String |
next() |
String |
peek() |
TurtleLexer.TurtleTokenType |
peekType() |
public TurtleLexer(String source) throws Exception
ExceptionCopyright © 2014–2021 Health Level 7. All rights reserved.