cpptools.preprocessor
Interface TokenProvider

All Known Implementing Classes:
PreProcessor

public interface TokenProvider

Defines a token provider.

Author:
Mathieu Champlon

Method Summary
 Token next()
          Retrieve the next available token.
 

Method Detail

next

Token next()
Retrieve the next available token.

Returns:
the next token


Copyright © 2006-2007 null. All Rights Reserved.