|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InFile | |
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 . |
Uses of InFile in de.dante.extex.interpreter.context |
Methods in de.dante.extex.interpreter.context that return InFile | |
InFile |
ContextFile.getInFile(java.lang.String name)
Getter for a input file register. |
Methods in de.dante.extex.interpreter.context with parameters of type InFile | |
void |
ContextFile.setInFile(java.lang.String name,
InFile file,
boolean global)
Setter for the InFile
register in all requested groups. |
Uses of InFile in de.dante.extex.interpreter.context.impl |
Methods in de.dante.extex.interpreter.context.impl that return InFile | |
InFile |
GroupImpl.getInFile(java.lang.String name)
Getter for a input file register. |
InFile |
Group.getInFile(java.lang.String name)
Getter for the input file descriptor. |
InFile |
ContextImpl.getInFile(java.lang.String name)
|
Methods in de.dante.extex.interpreter.context.impl with parameters of type InFile | |
void |
GroupImpl.setInFile(java.lang.String name,
InFile file,
boolean global)
|
void |
Group.setInFile(java.lang.String name,
InFile file,
boolean global)
Setter for an input file. |
void |
ContextImpl.setInFile(java.lang.String name,
InFile file,
boolean global)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |