Interface PrimordialDomain

All Known Subinterfaces:
Domain
All Known Implementing Classes:
DefaultDomain

public interface PrimordialDomain
A view of an underlying domain of valid Java constructs that exposes the null type, various kinds of pseudo-types, the prototypical java.lang.Object type, and the ability to globally lock for symbol completion if needed.

PrimordialDomains are primordial because they expose the "first principles" constructs needed to compose other constructs.

Author:
Laird Nelson
See Also: