Package org.teavm.metaprogramming.impl
Class VariableContext
java.lang.Object
org.teavm.metaprogramming.impl.VariableContext
- Direct Known Subclasses:
ProxyVariableContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.teavm.model.Variable
emitVariable
(ValueImpl<?> value, org.teavm.model.CallLocation location)
-
Constructor Details
-
VariableContext
-
-
Method Details
-
getParent
-
emitVariable
public abstract org.teavm.model.Variable emitVariable(ValueImpl<?> value, org.teavm.model.CallLocation location)
-