public class ManchesterOWLSyntaxTokenizer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ManchesterOWLSyntaxTokenizer.Token
token
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<Character> |
commentDelimiters |
protected Set<Character> |
delims |
static String |
EOF
EOF
|
protected Set<Character> |
skip |
| Constructor and Description |
|---|
ManchesterOWLSyntaxTokenizer(String buffer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EOF(String s) |
List<ManchesterOWLSyntaxTokenizer.Token> |
tokenize() |
public static final String EOF
public ManchesterOWLSyntaxTokenizer(String buffer)
buffer - bufferpublic static boolean EOF(String s)
s - string to checkpublic List<ManchesterOWLSyntaxTokenizer.Token> tokenize()
Copyright © 2014 The University of Manchester. All Rights Reserved.