Uses of Interface
org.extex.scanner.type.token.TokenFactory

Packages that use TokenFactory
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
org.extex.base.type.file This package contains the basic file data types for ExTeX
org.extex.engine This package contains the core engine of ExTeX
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.scanner.api This package contains the scanner for ExTeX. 
org.extex.scanner.base This package contains a basic implementation for a TokenStream
org.extex.scanner.stream.impl32 This package contains the implementations for different TokenStream implementations. 
org.extex.scanner.type.file   
org.extex.scanner.type.token This package contains the token types for the scanner of ExTeX. 
org.extex.scanner.type.tokens This package contains the basic tokens data types for ExTeX. 
org.extex.typesetter This package contains the typesetter definitions for ExTeX. 
 

Uses of TokenFactory in org.extex
 

Methods in org.extex that return TokenFactory
protected  TokenFactory ExTeX.makeTokenFactory(Configuration config)
          Prepare the token factory according to its configuration.
 

Methods in org.extex with parameters of type TokenFactory
protected  Context ExTeX.loadFormat(java.lang.String fmt, Interpreter interpreter, ResourceFinder finder, java.lang.String jobname, Configuration config, OutputStreamFactory outFactory, TokenFactory tokenFactory)
          Load a format if a non-empty name of a format is given.
protected  Context ExTeX.makeContext(Configuration config, TokenFactory tokenFactory, CoreFontFactory fontFactory, Interpreter interpreter, ResourceFinder finder, java.lang.String jobname, OutputStreamFactory outFactory)
          Prepare the context according to its configuration.
 

Uses of TokenFactory in org.extex.base.type.file
 

Methods in org.extex.base.type.file with parameters of type TokenFactory
 Tokens InputFile.read(TokenFactory factory, Tokenizer tokenizer)
          Read a line of characters into a tokens list.
 

Uses of TokenFactory in org.extex.engine
 

Methods in org.extex.engine that return TokenFactory
 TokenFactory TokenFactoryFactory.createInstance()
          Instance delivering method.
 

Uses of TokenFactory in org.extex.interpreter
 

Methods in org.extex.interpreter with parameters of type TokenFactory
 void LoadUnit.define(Configuration configuration, TokenFactory tokenFactory, Context context, Typesetter typesetter, java.util.logging.Logger outputLogger, OutputStreamFactory outputFactory, ResourceFinder resourcefinder)
          Scan a configuration and define the primitives found.
 

Uses of TokenFactory in org.extex.interpreter.context
 

Methods in org.extex.interpreter.context that return TokenFactory
 TokenFactory Context.getTokenFactory()
          Getter for the token factory.
 

Methods in org.extex.interpreter.context with parameters of type TokenFactory
 void Context.setTokenFactory(TokenFactory factory)
          Setter for the token factory.
 

Uses of TokenFactory in org.extex.interpreter.max
 

Methods in org.extex.interpreter.max that return TokenFactory
 TokenFactory TokenFactoryFactory.createInstance()
          Instance delivering method.
 

Uses of TokenFactory in org.extex.interpreter.max.context
 

Methods in org.extex.interpreter.max.context that return TokenFactory
 TokenFactory ContextImpl.getTokenFactory()
          Getter for the token factory.
 

Methods in org.extex.interpreter.max.context with parameters of type TokenFactory
 void ContextImpl.setTokenFactory(TokenFactory factory)
          Setter for the token factory
 

Uses of TokenFactory in org.extex.scanner.api
 

Methods in org.extex.scanner.api with parameters of type TokenFactory
 Token TokenStream.get(TokenFactory factory, Tokenizer tokenizer)
          Get the next token from the token stream.
 

Uses of TokenFactory in org.extex.scanner.base
 

Methods in org.extex.scanner.base with parameters of type TokenFactory
 Token TokenStreamBaseImpl.get(TokenFactory factory, Tokenizer tokenizer)
          Get the next token from the token stream.
protected  Token TokenStreamImpl.getNext(TokenFactory factory, Tokenizer tokenizer)
          Get the next token when the stack is empty.
protected  Token TokenStreamBaseImpl.getNext(TokenFactory factory, Tokenizer tokenizer)
          Get the next token when the stack is empty.
 

Uses of TokenFactory in org.extex.scanner.stream.impl32
 

Methods in org.extex.scanner.stream.impl32 with parameters of type TokenFactory
protected  Token TokenStreamImpl.getNext(TokenFactory factory, Tokenizer tokenizer)
          Get the next token when the stack is empty.
 

Uses of TokenFactory in org.extex.scanner.type.file
 

Methods in org.extex.scanner.type.file with parameters of type TokenFactory
 Tokens InFile.read(TokenFactory factory, Tokenizer tokenizer)
          Read a line of characters into a tokens list.
 

Uses of TokenFactory in org.extex.scanner.type.token
 

Classes in org.extex.scanner.type.token that implement TokenFactory
 class TokenFactoryImpl
          This is a implementation of a token factory.
 

Uses of TokenFactory in org.extex.scanner.type.tokens
 

Methods in org.extex.scanner.type.tokens with parameters of type TokenFactory
 void Tokens.show(Tokens toks, TokenFactory factory, long esc)
          Determine the printable representation of the object and append it to a list of Tokens.
 

Uses of TokenFactory in org.extex.typesetter
 

Methods in org.extex.typesetter that return TokenFactory
 TokenFactory TypesetterOptions.getTokenFactory()
          Getter for the token factory.
 TokenFactory PageContext.getTokenFactory()
          Getter for the token factory.