Uses of Class
org.extex.typesetter.type.math.MathCode

Packages that use MathCode
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.typesetter.listMaker.math This package contains implementations for math list makers. 
org.extex.typesetter.type.noad This package contains the data structures for Noads. 
org.extex.unit.omega.math   
org.extex.unit.omega.math.symbol   
org.extex.unit.omega.math.util   
org.extex.unit.tex.math This package contains math primitives for ExTeX. 
org.extex.unit.tex.math.symbol This package contains primitives for math symbols. 
org.extex.unit.tex.math.util This package contains math utility classes. 
 

Uses of MathCode in org.extex.interpreter.context
 

Methods in org.extex.interpreter.context that return MathCode
 MathCode Context.getMathcode(UnicodeChar uc)
          Getter for the math code of a character.
 

Methods in org.extex.interpreter.context with parameters of type MathCode
 void Context.setMathcode(UnicodeChar uc, MathCode code, boolean global)
          Setter for the math code of a character
 

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

Methods in org.extex.interpreter.max.context that return MathCode
 MathCode GroupImpl.getMathcode(UnicodeChar c)
          Getter for the math code of a character.
 MathCode Group.getMathcode(UnicodeChar uc)
          Getter for the math code of a character.
 MathCode ContextImpl.getMathcode(UnicodeChar uc)
          Getter for the math code of a character.
 

Methods in org.extex.interpreter.max.context with parameters of type MathCode
 void GroupImpl.setMathcode(UnicodeChar uc, MathCode code, boolean global)
          Setter for the math code of a character.
 void Group.setMathcode(UnicodeChar uc, MathCode code, boolean global)
          Setter for the math code of a character.
 void ContextImpl.setMathcode(UnicodeChar uc, MathCode code, boolean global)
          Setter for the math code of a character
 

Uses of MathCode in org.extex.typesetter.listMaker.math
 

Methods in org.extex.typesetter.listMaker.math with parameters of type MathCode
 void NoadConsumer.add(MathCode mc, TypesettingContext tc)
          Add a mathematical glyph.
 void MathListMaker.add(MathCode mc, TypesettingContext tc)
          Add a mathematical glyph.
 

Uses of MathCode in org.extex.typesetter.type.noad
 

Methods in org.extex.typesetter.type.noad with parameters of type MathCode
 Noad NoadFactory.getNoad(MathCode mc, TypesettingContext tc)
          Provides an instance of a Noad of the appropriate type.
 

Constructors in org.extex.typesetter.type.noad with parameters of type MathCode
AccentNoad(MathCode accent, Noad nucleus, TypesettingContext tc)
          Creates a new object.
 

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

Methods in org.extex.unit.omega.math that return MathCode
static MathCode AbstractOmegaMathCode.parseMathCode(Context context, TokenSource source, Typesetter typesetter, CodeToken primitive)
          Parse Math code according to TeX rules and extensions.
 

Methods in org.extex.unit.omega.math with parameters of type MathCode
static long AbstractOmegaMathCode.mathCodeToLong(MathCode mc)
          Convert a MathCode to a number using the TeX encoding.
 

Uses of MathCode in org.extex.unit.omega.math.symbol
 

Methods in org.extex.unit.omega.math.symbol that return MathCode
 MathCode Omathchar.convertMathCode(Context context, TokenSource source, Typesetter typesetter)
          This method converts an implementing class into a MathCode.
 

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

Methods in org.extex.unit.omega.math.util that return MathCode
 MathCode OmegaMathcharCode.convertMathCode(Context context, TokenSource source, Typesetter typesetter)
          This method converts an implementing class into a MathCode.
 

Constructors in org.extex.unit.omega.math.util with parameters of type MathCode
OmegaMathcharCode(CodeToken token, MathCode charCode)
          Creates a new object.
 

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

Methods in org.extex.unit.tex.math that return MathCode
static MathCode AbstractTeXMathCode.parseMathCode(Context context, TokenSource source, Typesetter typesetter, CodeToken primitive)
          Parse Math code according to TeX rules and extensions.
 

Methods in org.extex.unit.tex.math with parameters of type MathCode
static long AbstractTeXMathCode.mathCodeToLong(MathCode mc)
          Convert a MathCode to a number using the TeX encoding.
 

Uses of MathCode in org.extex.unit.tex.math.symbol
 

Methods in org.extex.unit.tex.math.symbol that return MathCode
 MathCode Mathchar.convertMathCode(Context context, TokenSource source, Typesetter typesetter)
          This method converts an implementing class into a MathCode.
 

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

Methods in org.extex.unit.tex.math.util that return MathCode
 MathCode TeXMathcharCode.convertMathCode(Context context, TokenSource source, Typesetter typesetter)
          This method converts an implementing class into a MathCode.
 MathCode MathCodeConvertible.convertMathCode(Context context, TokenSource source, Typesetter typesetter)
          This method converts an implementing class into a MathCode.
 

Constructors in org.extex.unit.tex.math.util with parameters of type MathCode
TeXMathcharCode(CodeToken token, MathCode charCode)
          Creates a new object.