public interface Metalevel
Modifier and Type | Method | 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 © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.