sdr 0.21

net.cscott.sdr.calls.transform
Class CallFileLexer.IndentProcessor

java.lang.Object
  extended by net.cscott.sdr.calls.transform.CallFileLexer.IndentProcessor
All Implemented Interfaces:
TokenStream
Enclosing class:
CallFileLexer

public static class CallFileLexer.IndentProcessor
extends Object
implements TokenStream


Field Summary
protected  TokenStream input
           
 
Constructor Summary
CallFileLexer.IndentProcessor(TokenStream in)
          Stream to read tokens from
 
Method Summary
 Token nextToken()
          This makes us a stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

protected TokenStream input
Constructor Detail

CallFileLexer.IndentProcessor

public CallFileLexer.IndentProcessor(TokenStream in)
Stream to read tokens from

Method Detail

nextToken

public Token nextToken()
                throws TokenStreamException
This makes us a stream

Specified by:
nextToken in interface TokenStream
Throws:
TokenStreamException

sdr 0.21

Copyright (c) 2006 C. Scott Ananian