gnu.expr
public class LangExp extends Expression
Constructor Summary | |
---|---|
LangExp() | |
LangExp(Object value) |
Method Summary | |
---|---|
void | compile(Compilation comp, Target target) |
Object | getLangValue() |
protected boolean | mustCompile() |
void | print(OutPort out) |
void | setLangValue(Object value) |
protected Expression | walk(ExpWalker walker) |