Package org.webharvest.runtime.variables
Class VariableName
- java.lang.Object
-
- org.webharvest.runtime.variables.VariableName
-
public final class VariableName extends Object
Represents name of theVariable
that is set onDynamicScopeContext
. The variable name must conform the general rules that apply to variable names of programming languages.- Since:
- 2.1.0-SNAPSHOT
- Version:
- %I%, %G%
- Author:
- Robert Bala
- See Also:
Variable
,DynamicScopeContext
-
-
Constructor Summary
Constructors Constructor Description VariableName(String name)
Creates newVariable
name.
-