Uses of Class
org.teavm.metaprogramming.impl.VariableContext
Packages that use VariableContext
-
Uses of VariableContext in org.teavm.metaprogramming.impl
Subclasses of VariableContext in org.teavm.metaprogramming.implMethods in org.teavm.metaprogramming.impl that return VariableContextConstructors in org.teavm.metaprogramming.impl with parameters of type VariableContextModifierConstructorDescriptionLazyValueImpl(VariableContext context, LazyComputation<T> computation, ValueType type, TextLocation forcedLocation)
ProxyVariableContext(VariableContext parent, ClassHolder proxyClass)
ValueImpl(Variable innerValue, VariableContext context, ValueType type)
VariableContext(VariableContext parent)