|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Conditional | |
|---|---|
| org.extex.interpreter | This package contains the macro expansion engine and all supporting classes. |
| org.extex.interpreter.context | This package contains the container for data in the interpreter. |
| org.extex.interpreter.context.observer.conditional | This package contains definitions for a conditional observer. |
| org.extex.interpreter.max.context | This package contains a reference implementation for the
Context. |
| Uses of Conditional in org.extex.interpreter |
|---|
| Subclasses of Conditional in org.extex.interpreter | |
|---|---|
class |
ConditionalSwitch
This class represents a conditional for an \ifcase construct. |
| Uses of Conditional in org.extex.interpreter.context |
|---|
| Methods in org.extex.interpreter.context that return Conditional | |
|---|---|
Conditional |
Context.getConditional()
Getter for the currently active conditional. |
Conditional |
Context.popConditional()
Pop the management information for a conditional from the stack and return it. |
| Uses of Conditional in org.extex.interpreter.context.observer.conditional |
|---|
| Methods in org.extex.interpreter.context.observer.conditional with parameters of type Conditional | |
|---|---|
void |
ConditionalObserver.receiveEndConditional(ContextInternals context,
Conditional conditional)
Receive a notification on an end event. |
void |
ConditionalObserver.receiveStartConditional(ContextInternals context,
Conditional conditional)
Receive a notification on a start event. |
| Uses of Conditional in org.extex.interpreter.max.context |
|---|
| Methods in org.extex.interpreter.max.context that return Conditional | |
|---|---|
Conditional |
ContextImpl.getConditional()
Getter for the currently active conditional. |
Conditional |
ContextImpl.popConditional()
Pop the management information for a conditional from the stack and return it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||