Package javassist.tools.reflect
Interface Metalevel
public interface Metalevel
An interface to access a metaobject and a class metaobject.
This interface is implicitly implemented by the reflective
class.
-
Method Summary
Modifier and TypeMethodDescriptionObtains the class metaobject associated with this object.Obtains the metaobject associated with this object.void
Changes the metaobject associated with this object.
-
Method Details
-
_getClass
ClassMetaobject _getClass()Obtains the class metaobject associated with this object. -
_getMetaobject
Metaobject _getMetaobject()Obtains the metaobject associated with this object. -
_setMetaobject
Changes the metaobject associated with this object.
-