Uses of Interface
de.dante.extex.interpreter.type.PrefixCode

Packages that use PrefixCode
de.dante.extex.interpreter.primitives.macro.util This package contains utilities for the management of macros. 
de.dante.extex.interpreter.primitives.prefix This package contains primitives for the prefixes which can be used to modify the behaviour of other primitives. 
 

Uses of PrefixCode in de.dante.extex.interpreter.primitives.macro.util
 

Classes in de.dante.extex.interpreter.primitives.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 de.dante.extex.interpreter.primitives.prefix
 

Classes in de.dante.extex.interpreter.primitives.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.
 class Protected
          This class provides an implementation for the primitive \protected.