Adds a new local Modifier to this VarContainer. @param varModifier The VarModifier to be added to this VarContainer.
(VarModifier<?> varModifier)
| 30 | * The VarModifier to be added to this VarContainer. |
| 31 | */ |
| 32 | public void addModifier(VarModifier<?> varModifier); |
| 33 | |
| 34 | /** |
| 35 | * Adds a new RemoteModifier to this VarContainer. |
no outgoing calls