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
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.

Method Detail

_getClass

public ClassMetaobject _getClass()
Obtains the class metaobject associated with this object.

_getMetaobject

public Metaobject _getMetaobject()
Obtains the metaobject associated with this object.

_setMetaobject

public void _setMetaobject(Metaobject m)
Changes the metaobject associated with this object.
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.