Uses of Interface
org.extex.unit.dynamic.Definer

Packages that use Definer
org.extex.unit.dynamic This package contains primitives for extending ExTeX with foreign langauges. 
org.extex.unit.dynamic.java This package contains primitives to deal with Java code from within ExTeX. 
 

Uses of Definer in org.extex.unit.dynamic
 

Methods in org.extex.unit.dynamic that return Definer
 Definer NativeDef.Factory.createLoad()
          Create a new instance of the class given by the attribute class of the configuration.
 

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

Classes in org.extex.unit.dynamic.java that implement Definer
 class JavaDef
          This primitive provides a binding of a macro or active character to Java code.