public interface Metalevel
| Modifier and Type | Method and Description | 
|---|---|
| ClassMetaobject | _getClass()Obtains the class metaobject associated with this object. | 
| Metaobject | _getMetaobject()Obtains the metaobject associated with this object. | 
| void | _setMetaobject(Metaobject m)Changes the metaobject associated with this object. | 
ClassMetaobject _getClass()
Metaobject _getMetaobject()
void _setMetaobject(Metaobject m)
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.