|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitInfo | |
de.dante.extex.interpreter.context | This package contains the container for data in the interpreter. |
de.dante.extex.interpreter.context.impl | This package contains a reference implementation for the
Context . |
de.dante.extex.interpreter.unit | This package contains the setup for units. |
de.dante.extex.interpreter.unit.tex | This package contains the setup for the unit TeX. |
Uses of UnitInfo in de.dante.extex.interpreter.context |
Methods in de.dante.extex.interpreter.context with parameters of type UnitInfo | |
void |
Context.addUnit(UnitInfo info)
Add a unit to the list of loaded units. |
Uses of UnitInfo in de.dante.extex.interpreter.context.impl |
Methods in de.dante.extex.interpreter.context.impl with parameters of type UnitInfo | |
void |
ContextImpl.addUnit(UnitInfo info)
|
Uses of UnitInfo in de.dante.extex.interpreter.unit |
Methods in de.dante.extex.interpreter.unit that return UnitInfo | |
UnitInfo |
UnitInfoFactory.createUnitInfo()
Create a new instance of the class given by the attribute class of the configuration. |
Uses of UnitInfo in de.dante.extex.interpreter.unit.tex |
Subclasses of UnitInfo in de.dante.extex.interpreter.unit.tex | |
class |
TexUnitInfo
This class provides the setup for the unit tex. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |