Package net.hydromatic.morel.compile
Class Compiler.MatchCode
- java.lang.Object
-
- net.hydromatic.morel.compile.Compiler.MatchCode
-
- All Implemented Interfaces:
Code,Describable
- Enclosing class:
- Compiler
private static class Compiler.MatchCode extends Object implements Code
Code that implementsCompiler.compileMatchList(Context, List).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Describerdescribe(Describer describer)Objecteval(EvalEnv evalEnv)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.hydromatic.morel.eval.Code
isConstant
-
-