|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextCount
This interface describes the container for count registers of an interpreter context.
| Method Summary | |
|---|---|
Count |
getCount(java.lang.String name)
Getter for the count register. |
void |
setCount(java.lang.String name,
long value,
boolean global)
Setter for the count register in all
requested groups. |
| Method Detail |
|---|
Count getCount(java.lang.String name)
count register. Count
registers are named, either with a number or an arbitrary string.
The numbered registers where limited to 256 in
The return value is guaranteed to be a valid object. null
will never be returned.
name - the name or number of the count register
null if it is not definedsetCount(String, long, boolean)
void setCount(java.lang.String name,
long value,
boolean global)
throws HelpingException
count register in all
requested groups. Count registers are named, either with a number or an
arbitrary string. The numbered registers where limited to 256 in
name - the name or the number of the registervalue - the new value of the registerglobal - the indicator for the scope; true means all
groups; otherwise the current group is affected only
HelpingException - in case of an errorgetCount(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||