|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HashToks | |
|---|---|
| org.extex.interpreter.context | This package contains the container for data in the interpreter. |
| org.extex.interpreter.context.impl.extension | |
| Uses of HashToks in org.extex.interpreter.context |
|---|
| Methods in org.extex.interpreter.context that return HashToks | |
|---|---|
HashToks |
ContextExtension.getHashToks(java.lang.String name)
Getter for the hashtoks
register. |
| Methods in org.extex.interpreter.context with parameters of type HashToks | |
|---|---|
void |
ContextExtension.setHashToks(java.lang.String name,
HashToks value)
Setter for the hashtoks
register in the current group. |
void |
ContextExtension.setHashToks(java.lang.String name,
HashToks value,
boolean global)
Setter for the hashtoks
register in all requested groups. |
| Uses of HashToks in org.extex.interpreter.context.impl.extension |
|---|
| Methods in org.extex.interpreter.context.impl.extension that return HashToks | |
|---|---|
HashToks |
GroupExtensionImpl.getHashToks(java.lang.String name)
|
HashToks |
GroupExtension.getHashToks(java.lang.String name)
Getter for the named hash-toks register in the current group. |
HashToks |
ContextExtensionImpl.getHashToks(java.lang.String name)
|
| Methods in org.extex.interpreter.context.impl.extension with parameters of type HashToks | |
|---|---|
void |
GroupExtensionImpl.setHashToks(java.lang.String name,
HashToks value)
|
void |
GroupExtension.setHashToks(java.lang.String name,
HashToks value)
Setter for the hash-toks register in the current group. |
void |
ContextExtensionImpl.setHashToks(java.lang.String name,
HashToks value)
|
void |
GroupExtensionImpl.setHashToks(java.lang.String name,
HashToks value,
boolean global)
|
void |
GroupExtension.setHashToks(java.lang.String name,
HashToks value,
boolean global)
Setter for a hash-toks register in the requested groups. |
void |
ContextExtensionImpl.setHashToks(java.lang.String name,
HashToks value,
boolean global)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||