public class TokenFileSorter extends Object
| Constructor and Description |
|---|
TokenFileSorter(String path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
List<org.antlr.runtime.Token> |
getTokens() |
static void |
main(String[] args) |
void |
save() |
void |
save(String outputPath) |
protected void |
write(String outPath) |
public TokenFileSorter(String path)
path - pathprotected void write(String outPath) throws FileNotFoundException
FileNotFoundExceptionpublic void save()
throws FileNotFoundException
FileNotFoundException - FileNotFoundExceptionpublic void save(String outputPath) throws FileNotFoundException
outputPath - outputPathFileNotFoundException - FileNotFoundExceptionpublic static void main(String[] args)
args - argspublic String getPath()
public List<org.antlr.runtime.Token> getTokens()
Copyright © 2015 The University of Manchester. All Rights Reserved.