|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextCode
This interface describes the container for code of an interpreter context.
| Method Summary | |
|---|---|
Code |
getCode(CodeToken t)
Convenience method to get the code assigned to a Token. |
void |
setCode(CodeToken t,
Code code,
boolean global)
Setter for the code assigned to a Token. |
| Method Detail |
|---|
Code getCode(CodeToken t)
throws HelpingException
t - the Token to differentiate on
HelpingException - in case of an errorsetCode(CodeToken, Code, boolean)
void setCode(CodeToken t,
Code code,
boolean global)
throws HelpingException
ActiveCharacterToken
or a
ControlSequenceToken.
t - the Token to set the code forcode - the code for the tokenglobal - the indicator for the scope; true means all
groups; otherwise the current group is affected only
HelpingException - in case of an errorgetCode(CodeToken)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||