Uses of Class
org.extex.scanner.api.exception.CatcodeException

Packages that use CatcodeException
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
org.extex.interpreter.primitives.register.bool This package contains primitives for the manipulation of bool registers. 
org.extex.interpreter.primitives.register.hash This package contains primitives for the manipulation of hash - toks registers. 
org.extex.interpreter.primitives.register.pair This package contains primitives for the manipulation of pair registers. 
org.extex.interpreter.primitives.register.real This package contains primitives for the manipulation of real registers. 
org.extex.interpreter.primitives.register.transform This package contains primitives for the manipulation of transform registers. 
org.extex.interpreter.type This package contains the basic data types for ExTeX. 
org.extex.scanner.api.exception This package contains the exception classes for the scanner implementations. 
org.extex.scanner.type This package contains the types for the scanner of ExTeX. 
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.tex   
org.extex.unit.base.register This package contains register primitives for the ExTeX engine. 
org.extex.unit.base.register.count This package contains support classes for the integer numbers. 
org.extex.unit.base.register.font This package contains primitives for the manipulation of font registers. 
org.extex.unit.etex.conditional.analyze This package contains primitives for analyzing conditionals. 
org.extex.unit.etex.group   
org.extex.unit.etex.register.count   
org.extex.unit.etex.register.dimen This package contains primitives for the manipulation of dimen registers. 
org.extex.unit.etex.register.skip   
org.extex.unit.extex.backend   
org.extex.unit.namespace This package contains primitives for namespaces. 
org.extex.unit.omega.math   
org.extex.unit.omega.math.delimiter   
org.extex.unit.omega.math.util   
org.extex.unit.omega.register This package contains primitives defined in Omega for analyzing registers. 
org.extex.unit.pdftex This package contains primitives for ExTeX's pdfTeX mode. 
org.extex.unit.tex.file This package contains primitives to handle files. 
org.extex.unit.tex.font This package contains primitives related to fonts and their management. 
org.extex.unit.tex.hyphen This package contains the primitives for hyphenations in ExTeX. 
org.extex.unit.tex.math This package contains math primitives for ExTeX. 
org.extex.unit.tex.math.delimiter This package contains math primitives for ExTeX. 
org.extex.unit.tex.math.util This package contains math utility classes. 
org.extex.unit.tex.register This package contains primitives for the manipulation of registers. 
org.extex.unit.tex.register.count This package contains primitives for the manipulation of count registers. 
org.extex.unit.tex.string This package contains primitives for the manipulation of strings. 
org.extex.unit.tex.typesetter.paragraph This package contains primitives which deal with paragraph building. 
org.extex.unit.tex.typesetter.parameter   
org.extex.unit.tex.typesetter.undo This package contains primitives which deal with decomposing boxes. 
 

Uses of CatcodeException in org.extex
 

Methods in org.extex that throw CatcodeException
protected  Typesetter ExTeX.makeTypesetter(Interpreter interpreter, Configuration config, OutputStreamFactory outFactory, ResourceFinder finder, CoreFontFactory fontFactory)
          Create a new typesetter.
 

Uses of CatcodeException in org.extex.interpreter.primitives.register.bool
 

Methods in org.extex.interpreter.primitives.register.bool that throw CatcodeException
 Tokens NamedBool.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.interpreter.primitives.register.hash
 

Methods in org.extex.interpreter.primitives.register.hash that throw CatcodeException
 Tokens NamedHashToks.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.interpreter.primitives.register.pair
 

Methods in org.extex.interpreter.primitives.register.pair that throw CatcodeException
 Tokens NamedPair.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.interpreter.primitives.register.real
 

Methods in org.extex.interpreter.primitives.register.real that throw CatcodeException
 Tokens NamedReal.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens AbstractMath.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.interpreter.primitives.register.transform
 

Methods in org.extex.interpreter.primitives.register.transform that throw CatcodeException
 Tokens NamedTransform.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.interpreter.type
 

Methods in org.extex.interpreter.type that throw CatcodeException
 Tokens Theable.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.scanner.api.exception
 

Subclasses of CatcodeException in org.extex.scanner.api.exception
 class CatcodeVisitorException
          This exception is thrown when something in the context of catcode creation or access goes wrong.
 class CatcodeWrongLengthException
          This exception is thrown when a value is encountered which has the wrong number of characters in it.
 

Uses of CatcodeException in org.extex.scanner.type
 

Methods in org.extex.scanner.type that throw CatcodeException
static Catcode Catcode.toCatcode(int theCode)
          Return a catcode for a given numerical value.
 

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

Methods in org.extex.scanner.type.token that throw CatcodeException
 Token TokenFactoryImpl.createToken(Catcode code, int c, java.lang.String namespace)
          Create a new Token of the appropriate kind.
 Token TokenFactory.createToken(Catcode code, int c, java.lang.String namespace)
          Create a new Token of the appropriate kind.
 Token TokenFactoryImpl.createToken(Catcode code, UnicodeChar c, java.lang.String namespace)
          Get an instance of a token with a given Catcode and Unicode character value.
 Token TokenFactory.createToken(Catcode code, UnicodeChar c, java.lang.String namespace)
          Get an instance of a token with a given Catcode and Unicode character value.
 Token TokenFactoryImpl.createToken(Catcode code, UnicodeChar esc, java.lang.String value, java.lang.String namespace)
          Get an instance of a token with a given Catcode and value.
 Token TokenFactory.createToken(Catcode code, UnicodeChar esc, java.lang.String value, java.lang.String namespace)
          Get an instance of a token with a given Catcode and value.
 Tokens TokenFactoryImpl.toTokens(java.lang.CharSequence s)
          Convert a character sequence to a list of tokens.
 Tokens TokenFactory.toTokens(java.lang.CharSequence s)
          Convert a character sequence to a list of tokens.
 Tokens TokenFactoryImpl.toTokens(long l)
          Convert a long value into a list of tokens.
 Tokens TokenFactory.toTokens(long l)
          Convert a long value into a list of tokens.
 Token TokenFactoryImpl.visitActive(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
          Active characters are cached.
 Token TokenFactoryImpl.visitEscape(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
          This visit method is invoked on an escape token.
 Token TokenFactoryImpl.visitLeftBrace(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
          A left brace token is expected to take a single character only.
 Token TokenFactoryImpl.visitLetter(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
          A letter token is expected to take a single character only.
 Token TokenFactoryImpl.visitMacroParam(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
           
 Token TokenFactoryImpl.visitMathShift(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
           
 Token TokenFactoryImpl.visitOther(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
           
 Token TokenFactoryImpl.visitRightBrace(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
           
 Token TokenFactoryImpl.visitSubMark(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
           
 Token TokenFactoryImpl.visitSupMark(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
           
 Token TokenFactoryImpl.visitTabMark(java.lang.String value, UnicodeChar uchar, java.lang.String namespace)
           
 

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

Methods in org.extex.scanner.type.tokens that throw CatcodeException
 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 CatcodeException in org.extex.typesetter.tex
 

Constructors in org.extex.typesetter.tex that throw CatcodeException
TeXOutputRoutine(Interpreter interpreter)
          Creates a new object.
 

Uses of CatcodeException in org.extex.unit.base.register
 

Methods in org.extex.unit.base.register that throw CatcodeException
 Tokens CharCode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.base.register.count
 

Methods in org.extex.unit.base.register.count that throw CatcodeException
 Tokens IntegerCode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.base.register.font
 

Methods in org.extex.unit.base.register.font that throw CatcodeException
 Tokens NamedFont.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens FontCode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.etex.conditional.analyze
 

Methods in org.extex.unit.etex.conditional.analyze that throw CatcodeException
 Tokens Currentiflevel.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Currentiftype.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Currentifbranch.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.etex.group
 

Methods in org.extex.unit.etex.group that throw CatcodeException
 Tokens Currentgrouplevel.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Currentgrouptype.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.etex.register.count
 

Methods in org.extex.unit.etex.register.count that throw CatcodeException
 Tokens Numexpr.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.etex.register.dimen
 

Methods in org.extex.unit.etex.register.dimen that throw CatcodeException
 Tokens Dimenexpr.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.etex.register.skip
 

Methods in org.extex.unit.etex.register.skip that throw CatcodeException
 Tokens Glueshrink.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Gluestretch.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Glueshrinkorder.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Gluestretchorder.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.extex.backend
 

Methods in org.extex.unit.extex.backend that throw CatcodeException
 Tokens WriterType.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.namespace
 

Methods in org.extex.unit.namespace that throw CatcodeException
 Tokens Namespace.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.omega.math
 

Methods in org.extex.unit.omega.math that throw CatcodeException
 Tokens OmathcodePrimitive.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.omega.math.delimiter
 

Methods in org.extex.unit.omega.math.delimiter that throw CatcodeException
 Tokens Odelcode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.omega.math.util
 

Methods in org.extex.unit.omega.math.util that throw CatcodeException
 Tokens OmegaMathcharCode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.omega.register
 

Methods in org.extex.unit.omega.register that throw CatcodeException
 Tokens Oglueshrinkorder.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Ogluestretchorder.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.pdftex
 

Methods in org.extex.unit.pdftex that throw CatcodeException
 Tokens Efcode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.file
 

Methods in org.extex.unit.tex.file that throw CatcodeException
 Tokens Inputlineno.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.font
 

Methods in org.extex.unit.tex.font that throw CatcodeException
 Tokens Hyphenchar.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Skewchar.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.hyphen
 

Methods in org.extex.unit.tex.hyphen that throw CatcodeException
protected  UnicodeCharList Hyphenation.collectWord(Context context, TokenSource source, Token token)
          Collect all characters that make up a word.
protected  UnicodeCharList HyphenationPrimitive.collectWord(Context context, TokenSource source, Token token)
          Collect all characters that make up a word.
 Tokens RightHyphenmin.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens LeftHyphenmin.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.math
 

Methods in org.extex.unit.tex.math that throw CatcodeException
 Tokens MathcodePrimitive.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.math.delimiter
 

Methods in org.extex.unit.tex.math.delimiter that throw CatcodeException
 Tokens Delcode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.math.util
 

Methods in org.extex.unit.tex.math.util that throw CatcodeException
 Tokens TeXMathcharCode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.register
 

Methods in org.extex.unit.tex.register that throw CatcodeException
 Tokens CatcodePrimitive.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.register.count
 

Methods in org.extex.unit.tex.register.count that throw CatcodeException
 Tokens CountPrimitive.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Badness.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens AbstractReadonlyCount.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Mag.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.string
 

Methods in org.extex.unit.tex.string that throw CatcodeException
 Tokens Lccode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Uccode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.typesetter.paragraph
 

Methods in org.extex.unit.tex.typesetter.paragraph that throw CatcodeException
 Tokens Parshape.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.typesetter.parameter
 

Methods in org.extex.unit.tex.typesetter.parameter that throw CatcodeException
 Tokens Spacefactor.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 Tokens Sfcode.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.
 

Uses of CatcodeException in org.extex.unit.tex.typesetter.undo
 

Methods in org.extex.unit.tex.typesetter.undo that throw CatcodeException
 Tokens Lastpenalty.the(Context context, TokenSource source, Typesetter typesetter)
          This method is the getter for the description of the primitive.