public class Environment extends Object
| Constructor and Description | 
|---|
Environment()  | 
Environment(int id)  | 
| Modifier and Type | Method and Description | 
|---|---|
CompiledVar | 
compile(Var var)
Compiles a variable for the given clause id according to this compilation context. 
 | 
BindableVar | 
compileForFrame(AbstractVar var)  | 
boolean | 
equals(Object obj)  | 
int | 
getId()  | 
int | 
hashCode()  | 
public int getId()
public CompiledVar compile(Var var)
var - a variable to compile.env - a clause environment.public BindableVar compileForFrame(AbstractVar var)
Copyright © 2014. All rights reserved.