Uses of Interface
org.extex.interpreter.context.ContextInternals

Packages that use ContextInternals
org.extex.engine This package contains the core engine of ExTeX
org.extex.interpreter.context.impl.extension   
org.extex.interpreter.context.observer.code This package contains definitions for a code change observer. 
org.extex.interpreter.context.observer.conditional This package contains definitions for a conditional observer. 
org.extex.interpreter.context.observer.count This package contains definitions for a count change observer. 
org.extex.interpreter.context.observer.dimen This package contains definitions for group observers. 
org.extex.interpreter.context.observer.glue This package contains definitions for glue register observers. 
org.extex.interpreter.context.observer.group This package contains definitions for a code change observer. 
org.extex.interpreter.context.observer.interaction This package contains definitions for a interaction change observer. 
org.extex.interpreter.context.observer.tokens This package contains definitions for a tokens change observer. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
 

Uses of ContextInternals in org.extex.engine
 

Methods in org.extex.engine with parameters of type ContextInternals
 void InteractionModeObserver.receiveInteractionChange(ContextInternals context, Interaction mode)
          Receive a notification on a count change.
 

Uses of ContextInternals in org.extex.interpreter.context.impl.extension
 

Classes in org.extex.interpreter.context.impl.extension that implement ContextInternals
 class ContextExtensionImpl
          This is a reference implementation for an interpreter context with ExTeX functions.
 

Uses of ContextInternals in org.extex.interpreter.context.observer.code
 

Methods in org.extex.interpreter.context.observer.code with parameters of type ContextInternals
 void CodeObserver.receiveCodeChange(ContextInternals context, Token name, Code value)
          Receive a notification on a code change.
 

Uses of ContextInternals in org.extex.interpreter.context.observer.conditional
 

Methods in org.extex.interpreter.context.observer.conditional with parameters of type ContextInternals
 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 ContextInternals in org.extex.interpreter.context.observer.count
 

Methods in org.extex.interpreter.context.observer.count with parameters of type ContextInternals
 void CountObserver.receiveCountChange(ContextInternals context, java.lang.String name, Count value)
          Receive a notification on a count change.
 

Uses of ContextInternals in org.extex.interpreter.context.observer.dimen
 

Methods in org.extex.interpreter.context.observer.dimen with parameters of type ContextInternals
 void DimenObserver.receiveDimenChange(ContextInternals context, java.lang.String name, Dimen value)
          Receive a notification on a dimen change.
 

Uses of ContextInternals in org.extex.interpreter.context.observer.glue
 

Methods in org.extex.interpreter.context.observer.glue with parameters of type ContextInternals
 void GlueObserver.receiveGlueChange(ContextInternals context, java.lang.String name, Glue value)
          Receive a notification on a glue change.
 

Uses of ContextInternals in org.extex.interpreter.context.observer.group
 

Methods in org.extex.interpreter.context.observer.group with parameters of type ContextInternals
 void GroupObserver.receiveCloseGroup(ContextInternals context)
          Receive a notification that a group has been closed.
 void GroupObserver.receiveOpenGroup(ContextInternals context)
          Receive a notification that a group has been opened.
 

Uses of ContextInternals in org.extex.interpreter.context.observer.interaction
 

Methods in org.extex.interpreter.context.observer.interaction with parameters of type ContextInternals
 void InteractionObserver.receiveInteractionChange(ContextInternals context, Interaction mode)
          Receive a notification on a count change.
 

Uses of ContextInternals in org.extex.interpreter.context.observer.tokens
 

Methods in org.extex.interpreter.context.observer.tokens with parameters of type ContextInternals
 void TokensObserver.receiveTokensChange(ContextInternals context, java.lang.String name, Tokens value)
          Receive a notification on a tokens change.
 

Uses of ContextInternals in org.extex.interpreter.max.context
 

Classes in org.extex.interpreter.max.context that implement ContextInternals
 class ContextImpl
          This is a reference implementation for an interpreter context.
 

Methods in org.extex.interpreter.max.context with parameters of type ContextInternals
 void LanguageObserver.receiveCountChange(ContextInternals context, java.lang.String name, Count value)
          Receive a notification on a count change.
 void LanguageObserver.receiveTokensChange(ContextInternals context, java.lang.String name, Tokens value)
          Receive a notification on a tokens change.