Package | Description |
---|---|
org.dynalang.mop.collections |
This package defines metaobject protocol implementations that expose
standard Java lists and maps as dynamic objects, with the usually
expected semantics (lists act as number-indexed associative arrays, maps
act as generic associative arrays).
|
org.dynalang.mop.impl |
This package defines classes that help in implementing MOPs as well as
creating (mostly composite) MOP instances.
|
Class and Description |
---|
MetaobjectProtocolBase
A convenient base class for implementing a
MetaobjectProtocol that
requires you to only implement MetaobjectProtocolBase methods on it. |
Class and Description |
---|
MetaobjectProtocolBase
A convenient base class for implementing a
MetaobjectProtocol that
requires you to only implement MetaobjectProtocolBase methods on it. |