Class Object
Subclasses :
gui::ButtonGroup
gui::CheckBoxGroup
gui::Component
gui::Dispatcher
gui::MenuComponent
gui::Node
gui::Ticker
gui::Toggle
gui::_Event
http::Cookie
http::HttpRequest
http::HttpResponse
lang::Decode
lang::Encode
net::URL
util::ClTable
util::Event
util::Money
util::Time
xml::Node
Package :
lang
Source
Class summary
Methods defined in this class
clone(seen)
equals(other, seen)
get_class()
get_class_name()
get_id()
hash_code(depth, seen)
is_instance(name)
to_string(depth, seen)
Method detail
clone(seen)
Clone the object.
Source
equals(other, seen)
Test equality of this object with another
Source
get_class()
Get the Class object for this object
Source
get_class_name()
Return the class name as a string
Source
get_id()
Return the class instance number
Source
hash_code(depth, seen)
Return a hash code for the object
Source
is_instance(name)
Succeed if and only if this object is an instance of class with the given name
Source
to_string(depth, seen)
Return a string representation of the oject.
Source