Uses of Interface
org.extex.interpreter.unit.Loader

Packages that use Loader
org.extex.interpreter.unit This package contains utilities. 
org.extex.unit.dynamic.java This package contains primitives to deal with Java code from within ExTeX. 
org.extex.unit.pdftex This package contains primitives for ExTeX's pdfTeX mode. 
org.extex.unit.tex This package contains classes for the primitives which are mapped to Java code. 
 

Uses of Loader in org.extex.interpreter.unit
 

Methods in org.extex.interpreter.unit that return Loader
 Loader LoaderFactory.createLoad()
          Create a new instance of the class given by the attribute class of the configuration.
 

Uses of Loader in org.extex.unit.dynamic.java
 

Classes in org.extex.unit.dynamic.java that implement Loader
 class JavaLoad
          This primitive initiates the loading of Java code and implements the primitive \javaload.
 

Uses of Loader in org.extex.unit.pdftex
 

Classes in org.extex.unit.pdftex that implement Loader
 class PdftexUnitInfo
          This class provides the setup for the unit pdftex.
 

Uses of Loader in org.extex.unit.tex
 

Classes in org.extex.unit.tex that implement Loader
 class TexUnitInfo
          This class provides the setup for the unit tex.