Package ca.phon.orthography.parser
Class OrthoTokenSource
java.lang.Object
ca.phon.orthography.parser.OrthoTokenSource
- All Implemented Interfaces:
org.antlr.runtime.TokenSource
Chomps the given string into tokens usable
by the PhonTranscriptionParser
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
OrthoTokenSource
-
-
Method Details
-
getSourceName
- Specified by:
getSourceName
in interfaceorg.antlr.runtime.TokenSource
-
nextToken
public org.antlr.runtime.Token nextToken()- Specified by:
nextToken
in interfaceorg.antlr.runtime.TokenSource
-