Uses of Interface
org.extex.interpreter.max.context.Group

Packages that use Group
org.extex.interpreter.context.impl.extension   
org.extex.interpreter.max.context This package contains a reference implementation for the Context
 

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

Subinterfaces of Group in org.extex.interpreter.context.impl.extension
 interface GroupExtension
          This is the implementation of a group object with ExTeX-functions.
 

Classes in org.extex.interpreter.context.impl.extension that implement Group
 class GroupExtensionImpl
          This is a simple implementation for a group with ExTeX-functions.
 

Constructors in org.extex.interpreter.context.impl.extension with parameters of type Group
GroupExtensionImpl(Group next)
          Creates a new object.
 

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

Classes in org.extex.interpreter.max.context that implement Group
 class GroupImpl
          This is a simple implementation for a group.
 

Methods in org.extex.interpreter.max.context that return Group
protected  Group ContextImpl.getGroup()
          Getter for group.
 Group GroupImpl.getNext()
          Getter for the next group in the linked list.
 Group Group.getNext()
          Getter for the next group in the linked list.
 Group GroupFactory.newInstance(Group next, Locator locator, Token start, GroupType type)
          Get a instance of a Group.
 

Methods in org.extex.interpreter.max.context with parameters of type Group
 Group GroupFactory.newInstance(Group next, Locator locator, Token start, GroupType type)
          Get a instance of a Group.
 

Constructors in org.extex.interpreter.max.context with parameters of type Group
GroupImpl(Group nextGroup)
          Creates a new object.