Uses of Interface
org.extex.interpreter.type.ExpandableCode

Packages that use ExpandableCode
org.extex.unit.base.conditional This package contains conditional primitives for the ExTeX engine. 
org.extex.unit.base.macro This package contains macro primitives for the ExTeX engine. 
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.etex.conditional   
org.extex.unit.etex.font This package contains primitives to handle fonts in unit etex. 
org.extex.unit.etex.macro   
org.extex.unit.etex.scan This package contains primitives related to scanning of tokens. 
org.extex.unit.extex.backend   
org.extex.unit.namespace This package contains primitives for namespaces. 
org.extex.unit.pdftex This package contains primitives for ExTeX's pdfTeX mode. 
org.extex.unit.tex.conditional   
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.info This package contains primitives for debugging. 
org.extex.unit.tex.macro This package contains primitives for the management of macros. 
org.extex.unit.tex.macro.util This package contains utilities for the management of macros. 
org.extex.unit.tex.register.box This package contains primitives for the manipulation of box registers. 
org.extex.unit.tex.register.count This package contains primitives for the manipulation of count registers. 
org.extex.unit.tex.register.dimen This package contains primitives for the manipulation of dimen registers. 
org.extex.unit.tex.string This package contains primitives for the manipulation of strings. 
org.extex.unit.tex.typesetter This package contains primitives which directly send instructions to the typesetter. 
org.extex.unit.tex.typesetter.mark This package contains primitives which deal with marks. 
 

Uses of ExpandableCode in org.extex.unit.base.conditional
 

Classes in org.extex.unit.base.conditional that implement ExpandableCode
 class AbstractIf
          This is the abstract base class for all ifs.
 class Else
          This class provides an implementation for the primitive \else.
 class Fi
          This class provides an implementation for the primitive \fi.
 

Uses of ExpandableCode in org.extex.unit.base.macro
 

Classes in org.extex.unit.base.macro that implement ExpandableCode
 class LetCode
          This code encapsulated a token which is used to trigger an expansion in the interpreter at execution time.
 

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

Classes in org.extex.unit.base.register that implement ExpandableCode
 class CharCode
          This class provides an implementation for a Code which represents a single character.
 

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

Classes in org.extex.unit.base.register.count that implement ExpandableCode
 class IntegerCode
          This class provides an object which acts like a count register.
 

Uses of ExpandableCode in org.extex.unit.etex.conditional
 

Classes in org.extex.unit.etex.conditional that implement ExpandableCode
 class Ifcsname
          This class provides an implementation for the primitive \ifcsname.
 class Ifdefined
          This class provides an implementation for the primitive \if.
 class Iffontchar
          This class provides an implementation for the primitive \iffontchar.
 class Unless
          This class provides an implementation for the primitive \if.
 

Uses of ExpandableCode in org.extex.unit.etex.font
 

Classes in org.extex.unit.etex.font that implement ExpandableCode
 class Fontchardp
          This class provides an implementation for the primitive \fontchardp.
 class Fontcharht
          This class provides an implementation for the primitive \fontcharht.
 class Fontcharic
          This class provides an implementation for the primitive \fontcharic.
 class Fontcharwd
          This class provides an implementation for the primitive \fontcharwd.
 

Uses of ExpandableCode in org.extex.unit.etex.macro
 

Classes in org.extex.unit.etex.macro that implement ExpandableCode
 class Unexpanded
          This class provides an implementation for the primitive \unexpanded.
 

Uses of ExpandableCode in org.extex.unit.etex.scan
 

Classes in org.extex.unit.etex.scan that implement ExpandableCode
 class Detokenize
          This class provides an implementation for the primitive \detokenize.
 class Scantokens
          This class provides an implementation for the primitive \scantokens.
 

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

Classes in org.extex.unit.extex.backend that implement ExpandableCode
 class WriterType
          This class provides an implementation for the primitive \writerType.
 

Uses of ExpandableCode in org.extex.unit.namespace
 

Classes in org.extex.unit.namespace that implement ExpandableCode
 class Namespace
          This class provides an implementation for the primitive \namespace.
 

Uses of ExpandableCode in org.extex.unit.pdftex
 

Classes in org.extex.unit.pdftex that implement ExpandableCode
 class Efcode
          This class provides an implementation for the primitive \efcode.
 class Pdffontname
          This class provides an implementation for the primitive \pdffontname.
 

Uses of ExpandableCode in org.extex.unit.tex.conditional
 

Classes in org.extex.unit.tex.conditional that implement ExpandableCode
 class If
          This class provides an implementation for the primitive \if.
 class Ifcase
          This class provides an implementation for the primitive \ifcase.
 class Ifcat
          This class provides an implementation for the primitive \ifcat.
 class Ifdim
          This class provides an implementation for the primitive \ifdim.
 class Ifeof
          This class provides an implementation for the primitive \ifeof.
 class Iffalse
          This class provides an implementation for the primitive \iffalse.
 class Ifhbox
          This class provides an implementation for the primitive \ifhbox.
 class Ifhmode
          This class provides an implementation for the primitive \ifhmode.
 class Ifinner
          This class provides an implementation for the primitive \ifinner.
 class Ifmmode
          This class provides an implementation for the primitive \ifvmode.
 class Ifnum
          This class provides an implementation for the primitive \ifnum.
 class Ifodd
          This class provides an implementation for the primitive \ifodd.
 class Iftrue
          This class provides an implementation for the primitive \iftrue.
 class Ifvbox
          This class provides an implementation for the primitive \ifvbox.
 class Ifvmode
          This class provides an implementation for the primitive \ifvmode.
 class Ifvoid
          This class provides an implementation for the primitive \ifvoid.
 class Ifx
          This class provides an implementation for the primitive \ifx.
 

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

Classes in org.extex.unit.tex.file that implement ExpandableCode
 class Input
          This class provides an implementation for the primitive \input.
 

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

Classes in org.extex.unit.tex.font that implement ExpandableCode
 class Fontdimen
          This class provides an implementation for the primitive \fontdimen.
 class Fontname
          This class provides an implementation for the primitive \fontname.
 class Hyphenchar
          This class provides an implementation for the primitive \hyphenchar.
 class Skewchar
          This class provides an implementation for the primitive \skewchar.
 

Uses of ExpandableCode in org.extex.unit.tex.info
 

Classes in org.extex.unit.tex.info that implement ExpandableCode
 class Jobname
          This class provides an implementation for the primitive \jobname.
 class The
          This class provides an implementation for the primitive \the.
 

Uses of ExpandableCode in org.extex.unit.tex.macro
 

Classes in org.extex.unit.tex.macro that implement ExpandableCode
 class Csname
          This class provides an implementation for the primitive \csname.
 class Expandafter
          This class provides an implementation for the primitive \expandafter.
 class Noexpand
          This class provides an implementation for the primitive \noexpand.
 

Uses of ExpandableCode in org.extex.unit.tex.macro.util
 

Classes in org.extex.unit.tex.macro.util that implement ExpandableCode
 class MacroCode
          This class provides an implementation for any macro code bound to a control sequence or active character.
 class ProtectedMacroCode
          This class is identical to the super class MacroCode but in addition it implements the marker interface ProtectedCode.
 

Uses of ExpandableCode in org.extex.unit.tex.register.box
 

Classes in org.extex.unit.tex.register.box that implement ExpandableCode
 class Dp
          This class provides an implementation for the primitive \dp.
 class Ht
          This class provides an implementation for the primitive \ht.
 class Wd
          This class provides an implementation for the primitive \wd.
 

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

Classes in org.extex.unit.tex.register.count that implement ExpandableCode
 class CountArray
          This class provides an array of count values.
 class CountPrimitive
          This class provides an implementation for the primitive \count.
 class IntegerParameter
          This class provides an implementation for the count valued primitives like \day.
 class Mag
          This class provides an implementation for the primitive \mag.
 class Prevgraf
          This class provides an implementation for the primitive \prevgraf.
 

Uses of ExpandableCode in org.extex.unit.tex.register.dimen
 

Classes in org.extex.unit.tex.register.dimen that implement ExpandableCode
 class DimenParameter
          This class provides an implementation for the primitive \dimen.
 class DimenPrimitive
          This class provides an implementation for the primitive \dimen.
 

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

Classes in org.extex.unit.tex.string that implement ExpandableCode
 class Lccode
          This class provides an implementation for the primitive \lccode.
 class Lowercase
          This class provides an implementation for the primitive \lowercase.
 class Number
          This class provides an implementation for the primitive \number.
 class Romannumeral
          This class provides an implementation for the primitive \romannumeral.
 class StringPrimitive
          This class provides an implementation for the primitive \string.
 class Uccode
          This class provides an implementation for the primitive \uccode.
 

Uses of ExpandableCode in org.extex.unit.tex.typesetter
 

Classes in org.extex.unit.tex.typesetter that implement ExpandableCode
 class Char
          This class provides an implementation for the primitive \char.
 

Uses of ExpandableCode in org.extex.unit.tex.typesetter.mark
 

Classes in org.extex.unit.tex.typesetter.mark that implement ExpandableCode
 class AbstractMarksCode
          Thus abstract base class for marks primitives provides the common features.
 class Botmark
          This class provides an implementation for the primitive \botmark.
 class Botmarks
          This class provides an implementation for the primitive \botmarks.
 class Firstmark
          This class provides an implementation for the primitive \firstmark.
 class Firstmarks
          This class provides an implementation for the primitive \firstmarks.
 class Splitbotmark
          This class provides an implementation for the primitive \splitbotmark.
 class Splitbotmarks
          This class provides an implementation for the primitive \splitbotmarks.
 class Splitfirstmark
          This class provides an implementation for the primitive \splitfirstmark.
 class Splitfirstmarks
          This class provides an implementation for the primitive \splitfirstmarks.
 class Topmark
          This class provides an implementation for the primitive \topmark.
 class Topmarks
          This class provides an implementation for the primitive \topmarks.