Package net.hydromatic.morel.compile
Class Resolver.ResolvedDecl
- java.lang.Object
-
- net.hydromatic.morel.compile.Resolver.ResolvedDecl
-
- Direct Known Subclasses:
Resolver.ResolvedDatatypeDecl,Resolver.ResolvedValDecl
- Enclosing class:
- Resolver
public abstract static class Resolver.ResolvedDecl extends Object
Resolved declaration. It can be converted to an expression given a result expression; depending on sub-type, that expression will either be alet(for aAst.ValDeclor alocal(for aAst.DatatypeDecl.
-
-
Constructor Summary
Constructors Constructor Description ResolvedDecl()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract Core.ExptoExp(Core.Exp resultExp)Converts the declaration to aletor alocal.
-