QUALIFIERS

`static'

	For a class variable, `static' implies the variable is shared
	between the class and all subclasses of the class in which the
	variable is declared.
