|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cesta.util.antlr.ANTLRHelper
public class ANTLRHelper
Helper functions for ANTLR.
Constructor Summary | |
---|---|
ANTLRHelper()
|
Method Summary | |
---|---|
static void |
writeTokens(org.antlr.runtime.TokenStream tokens,
java.io.File file)
Write tokens to output file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ANTLRHelper()
Method Detail |
---|
public static void writeTokens(org.antlr.runtime.TokenStream tokens, java.io.File file) throws java.io.IOException
tokens
- Tokens to be writtenfile
- Output file
java.io.IOException
- in case that output file couldn't be written
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |