org.codehaus.groovy.syntax.lexer
Class LexerTokenStream
java.lang.Object
|
+--org.codehaus.groovy.syntax.AbstractTokenStream
|
+--org.codehaus.groovy.syntax.lexer.LexerTokenStream
- All Implemented Interfaces:
- TokenStream
- public class LexerTokenStream
- extends AbstractTokenStream
Constructor Summary |
LexerTokenStream(org.codehaus.groovy.syntax.lexer.Lexer lexer)
|
Method Summary |
org.codehaus.groovy.syntax.lexer.Lexer |
getLexer()
|
org.codehaus.groovy.syntax.Token |
nextToken()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LexerTokenStream
public LexerTokenStream(org.codehaus.groovy.syntax.lexer.Lexer lexer)
getLexer
public org.codehaus.groovy.syntax.lexer.Lexer getLexer()
nextToken
public org.codehaus.groovy.syntax.Token nextToken()
throws IOException,
SyntaxException
- Specified by:
nextToken
in class AbstractTokenStream
IOException
SyntaxException
Copyright © 2003 The Codehaus. All Rights Reserved.