Table: ALL_JAVA_LAYOUTS
class layout information about stored java class accessible to the user
Column Name | Description |
---|---|
FIELDS | how many locally declared fields does this class contain? |
INNER_CLASSES | how many inner classes does this class contain? |
INTERFACES | how many interfaces does this class implement? |
METHODS | how many locally declared methods does this class contain? |
NAME | |
NATIVE_METHODS | |
OWNER | owner of the java class |
STATIC_FIELDS | how many locally declared static fields does this class contain? |
STATIC_METHODS | how many locally declared static methods does this class contain? |