public abstract class LLJavaCompilationContext.Variable extends Object
Modifier and Type | Field and Description |
---|---|
(package private) CompilationContext.Type |
type |
Constructor and Description |
---|
Variable(CompilationContext.Type type) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
load() |
(package private) abstract void |
store(Runnable body) |
final CompilationContext.Type type
Variable(CompilationContext.Type type)
abstract void load()
abstract void store(Runnable body)