Class CompileVar<T>
- java.lang.Object
-
- net.officefloor.compile.test.officefloor.CompileVar<T>
-
-
Constructor Summary
Constructors Constructor Description CompileVar()
No initial value.CompileVar(T initialValue)
Instantiate with initial value forVar
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Var<T> var)
T
getValue()
Obtains the value of theVar
.
-