|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.interpreter.max.context.GroupInfoImpl
public class GroupInfoImpl
This class provides a reference implementation for a
GroupInfo.
It is a mere container with some getters.
| Constructor Summary | |
|---|---|
GroupInfoImpl()
Creates a new object. |
|
GroupInfoImpl(Locator locator,
GroupType groupType,
Token groupStart)
Creates a new object. |
|
| Method Summary | |
|---|---|
Token |
getGroupStart()
Getter for the starting token of the group. |
GroupType |
getGroupType()
Getter for the group type. |
Locator |
getLocator()
Getter for the locator describing where the group started. |
void |
setGroupStart(Token groupStart)
Setter for groupStart. |
void |
setGroupType(GroupType type)
Setter for groupType. |
void |
setLocator(Locator locator)
Setter for locator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupInfoImpl()
public GroupInfoImpl(Locator locator,
GroupType groupType,
Token groupStart)
locator - the locatorgroupType - the group typegroupStart - the starting token| Method Detail |
|---|
public Token getGroupStart()
getGroupStart in interface GroupInfoGroupInfo.getGroupStart()public GroupType getGroupType()
getGroupType in interface GroupInfoGroupInfo.getGroupType()public Locator getLocator()
getLocator in interface GroupInfoGroupInfo.getLocator()public void setGroupStart(Token groupStart)
groupStart - the groupStart to setpublic void setGroupType(GroupType type)
type - the groupType to setpublic void setLocator(Locator locator)
locator - the locator to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||