Package org.teavm.metaprogramming.impl
Class ValueImpl<T>
java.lang.Object
org.teavm.metaprogramming.impl.ValueImpl<T>
- All Implemented Interfaces:
org.teavm.metaprogramming.Value<T>
-
Constructor Summary
ConstructorsConstructorDescriptionValueImpl
(org.teavm.model.Variable innerValue, VariableContext context, org.teavm.model.ValueType type) -
Method Summary
-
Constructor Details
-
ValueImpl
public ValueImpl(org.teavm.model.Variable innerValue, VariableContext context, org.teavm.model.ValueType type)
-
-
Method Details
-
get
- Specified by:
get
in interfaceorg.teavm.metaprogramming.Value<T>
-