org.antlr.tool
Class GrammarSpelunker.Scanner

java.lang.Object
  extended by org.antlr.tool.GrammarSpelunker.Scanner
Enclosing class:
GrammarSpelunker

public static class GrammarSpelunker.Scanner
extends java.lang.Object

Strip comments and then return stream of words and tokens {';', ':', '{', '}'}


Field Summary
static int EOF
           
 
Constructor Summary
GrammarSpelunker.Scanner(java.io.Reader input)
           
 
Method Summary
 java.lang.String nextToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values
Constructor Detail

GrammarSpelunker.Scanner

public GrammarSpelunker.Scanner(java.io.Reader input)
                         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

nextToken

public java.lang.String nextToken()
                           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013. All Rights Reserved.