org.extex.scanner.stream
Interface TokenStreamOptions

All Known Implementing Classes:
ContextExtensionImpl, ContextImpl

public interface TokenStreamOptions

This interface describes the possibilities of a token stream to access its options.

Version:
$Revision: 5563 $
Author:
Gerd Neugebauer

Method Summary
 FixedCount getCountOption(java.lang.String name)
          Getter for a count register.
 FixedTokens getToksOption(java.lang.String name)
          Getter for a tokens register.
 

Method Detail

getCountOption

FixedCount getCountOption(java.lang.String name)
Getter for a count register.

Parameters:
name - the name of the register
Returns:
the content of the count register

getToksOption

FixedTokens getToksOption(java.lang.String name)
Getter for a tokens register.

Parameters:
name - the name of the register
Returns:
the content of the tokens register