gnu.kawa.functions
public class ConstantFunction0 extends Procedure0 implements CanInline
| Constructor Summary | |
|---|---|
| ConstantFunction0(String name, Object value) | |
| ConstantFunction0(String name, QuoteExp constant) | |
| Method Summary | |
|---|---|
| Object | apply0() |
| Expression | inline(ApplyExp exp, ExpWalker walker) |