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 voidaccept(Var<T> var)TgetValue()Obtains the value of theVar.
-