Uses of Interface
org.extex.interpreter.context.group.GroupInfo

Packages that use GroupInfo
org.extex.interpreter.context This package contains the container for data in the interpreter. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
 

Uses of GroupInfo in org.extex.interpreter.context
 

Methods in org.extex.interpreter.context that return GroupInfo
 GroupInfo[] ContextGroup.getGroupInfos()
          Getter for the array of group information describing the currently open groups.
 

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

Classes in org.extex.interpreter.max.context that implement GroupInfo
 class GroupInfoImpl
          This class provides a reference implementation for a GroupInfo.
 

Methods in org.extex.interpreter.max.context that return GroupInfo
 GroupInfo[] ContextImpl.getGroupInfos()
          Getter for the array of group information describing the currently open groups.