protected abstract static class BaseCompilationContext.VariableInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected eu.bandm.tools.lljava.live.VariableContext.Variable |
id |
protected LLJava.Type |
type |
Modifier | Constructor and Description |
---|---|
protected |
VariableInfo(eu.bandm.tools.lljava.live.VariableContext.Variable id,
LLJava.Type type) |
protected final eu.bandm.tools.lljava.live.VariableContext.Variable id
protected final LLJava.Type type
protected VariableInfo(eu.bandm.tools.lljava.live.VariableContext.Variable id, LLJava.Type type)
public abstract void load()
public abstract void store(Runnable body)
see also the complete user documentation .