|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VariableContainer
Extends the VariableResolver interface with write capability methods.
| Method Summary | |
|---|---|
void |
removeVariable(java.lang.String varName)
Remove the variable with the specified name. |
void |
setValue(java.lang.String varName,
java.lang.String value)
Set the value of the specified variable. |
void |
setValueFor(java.lang.String varName,
java.lang.Object value)
Sets the value of the variable with the given name. |
| Methods inherited from interface org.pf.textx.VariableResolver |
|---|
getValue, isKnownVariable, knownVariableNames |
| Method Detail |
|---|
void setValue(java.lang.String varName,
java.lang.String value)
varName - The name under which the value has to be storedvalue - The value to store
void setValueFor(java.lang.String varName,
java.lang.Object value)
varName - The case sensitive name of the variable. Must not be null !value - The new value of the variable. Must not be null !void removeVariable(java.lang.String varName)
varName - The name of the variable to be removed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||