|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextMark
This interface describes the container for marks of an interpreter context.
| Method Summary | |
|---|---|
void |
clearSplitMarks()
This method clears all split marks. |
Tokens |
getBottomMark(java.lang.Object name)
Getter for the bottom mark. |
Tokens |
getFirstMark(java.lang.Object name)
Getter for the first mark. |
Tokens |
getSplitBottomMark(java.lang.Object name)
Getter for the split bottom mark. |
Tokens |
getSplitFirstMark(java.lang.Object name)
Getter for the split first mark. |
Tokens |
getTopMark(java.lang.Object name)
Getter for the top mark. |
void |
setMark(java.lang.Object name,
Tokens mark)
Setter for a mark. |
void |
setSplitMark(java.lang.Object name,
Tokens mark)
Setter for a split mark. |
void |
startMarks()
This method indicated that a new page is started. |
| Method Detail |
|---|
void clearSplitMarks()
Tokens getBottomMark(java.lang.Object name)
name - the name of the mark
Tokens getFirstMark(java.lang.Object name)
name - the name of the mark
Tokens getSplitBottomMark(java.lang.Object name)
name - the name of the mark
Tokens getSplitFirstMark(java.lang.Object name)
name - the name of the mark
Tokens getTopMark(java.lang.Object name)
name - the name of the mark
void setMark(java.lang.Object name,
Tokens mark)
name - the name of the markmark - the vale of the mark
void setSplitMark(java.lang.Object name,
Tokens mark)
name - the name of the markmark - the vale of the markvoid startMarks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||