类 LazyValueImpl<T>
- java.lang.Object
-
- com.antgroup.antchain.myjava.metaprogramming.impl.LazyValueImpl<T>
-
-
构造器概要
构造器 构造器 说明 LazyValueImpl(VariableContext context, LazyComputation<T> computation, ValueType type, TextLocation forcedLocation)LazyValueImpl constructor
-
-
-
构造器详细资料
-
LazyValueImpl
public LazyValueImpl(VariableContext context, LazyComputation<T> computation, ValueType type, TextLocation forcedLocation)
LazyValueImpl constructor
-
-