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

Packages that use PrefixCode
org.extex.unit.base.conditional This package contains conditional primitives for the ExTeX engine. 
org.extex.unit.etex.conditional   
org.extex.unit.etex.prefix This package contains primitives for the prefixes which can be used to modify the behaviour of other primitives. 
org.extex.unit.tex.conditional   
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.prefix This package contains primitives for the prefixes which can be used to modify the behaviour of other primitives. 
 

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

Classes in org.extex.unit.base.conditional that implement PrefixCode
 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 PrefixCode in org.extex.unit.etex.conditional
 

Classes in org.extex.unit.etex.conditional that implement PrefixCode
 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 PrefixCode in org.extex.unit.etex.prefix
 

Classes in org.extex.unit.etex.prefix that implement PrefixCode
 class Protected
          This class provides an implementation for the primitive \protected.
 

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

Classes in org.extex.unit.tex.conditional that implement PrefixCode
 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 PrefixCode in org.extex.unit.tex.macro
 

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

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

Classes in org.extex.unit.tex.macro.util that implement PrefixCode
 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 PrefixCode in org.extex.unit.tex.prefix
 

Classes in org.extex.unit.tex.prefix that implement PrefixCode
 class Global
          This class provides an implementation for the primitive \global.
 class Immediate
          This class provides an implementation for the primitive \immediate.
 class Long
          This class provides an implementation for the primitive \long.
 class Outer
          This class provides an implementation for the primitive \outer.