ClassStat (gb.util)

This class holds the information returned by Class.Stat.

Esta classe é criável.

Propriedades
AutoCreate   Return if the class has the CREATE flag.
Exported   Return if the class has the EXPORT flag.
HasFast   Return if the class has the FAST flag.
Name   Return the name of the class.
NoCreate   Return if the class has the CREATE PRIVATE flag.
Optional   Return if the class has the EXPORT OPTIONAL flag.
Parent   Return the name of the parent of the class.
Test   Return if a class is a test module.