Class ClassInfo

Superclasses :
parser::DatabaseInfo
Package :
parser

This class represents and entry in the class database for a single class.

Source

Class summary
Methods inherited from parser::DatabaseInfo
get_directory() get_name()
Variables inherited from parser::DatabaseInfo
directory name
Methods defined in this class
get_file() get_methods() get_supers() get_variables() init(s) to_string()
Variables defined in this class
file methods supers variables

Method detail

get_file()

Get the file name
Source

get_methods()

Get the list of method names
Source

get_supers()

Get the list of superclass names; again in the form pack__name
Source

get_variables()

Get the list of variable names
Source

init(s)

Overrides init(s) in parser::DatabaseInfo
Private method, not intended for client invocation

to_string()

Source

Variable detail

file


methods


supers


variables