Package fabric.lang

Implementation of core Fabric Language functionality.

See:
          Description

Interface Summary
Inlineable A marker interface for immutable inlineable objects.
JavaInlineable A marker interface for Java objects that are inlineable.
Object All Fabric objects implement this interface.
Object._Static _Static objects hold all static state for the class.
Statistics A Statistics encapsulates the history of read and write requests for an object.
 

Class Summary
DefaultStatistics  
Inlineable._Proxy  
JavaInlineable._Proxy  
Object._Impl _Impl objects hold the actual code and data of Fabric objects and may be evicted from memory.
Object._Proxy _Proxy objects behave like regular objects by delegating to _Impl objects, pointed to by a soft reference.
Object._Static._Impl  
Object._Static._Proxy  
WrappedJavaInlineable<T>  
 

Package fabric.lang Description

Implementation of core Fabric Language functionality.