Package org.teavm.metaprogramming.impl
Class LazyValueImpl<T>
java.lang.Object
org.teavm.metaprogramming.impl.LazyValueImpl<T>
- All Implemented Interfaces:
org.teavm.metaprogramming.Value<T>
-
Constructor Summary
ConstructorsConstructorDescriptionLazyValueImpl
(VariableContext context, org.teavm.metaprogramming.LazyComputation<T> computation, org.teavm.model.ValueType type, org.teavm.model.TextLocation forcedLocation) -
Method Summary
-
Constructor Details
-
LazyValueImpl
public LazyValueImpl(VariableContext context, org.teavm.metaprogramming.LazyComputation<T> computation, org.teavm.model.ValueType type, org.teavm.model.TextLocation forcedLocation)
-
-
Method Details
-
get
- Specified by:
get
in interfaceorg.teavm.metaprogramming.Value<T>
-