Sun SPOT API
Green Release  


com.sun.squawk
Class KlassMetadata

java.lang.Object
  extended by com.sun.squawk.KlassMetadata

public final class KlassMetadata
extends Object

The KlassMetadata class is a container for all the meta-information pertaining to a class where this information is not necessarily required by the runtime system. For example, the names and signatures of a class's fields and methods are contained in this class. These types of information are only required if the runtime system includes support for features such as dynamic class loading, stack traces etc.

Version:
1.0
Author:
Doug Simon, Nik Shaylor
See Also:
Klass

Method Summary
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


Sun SPOT API
Green Release  


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.