de.dante.extex.scanner.stream
Interface TokenStreamOptions

All Known Implementing Classes:
ContextImpl

public interface TokenStreamOptions

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

Version:
$Revision: 1.2 $
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 toks register.
 

Method Detail

getCountOption

public 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

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

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