1.2Basic Object Model

Generic item reflection classes

The classes in this group reflect the the underlying Falcon item types. Methods declared by this classes can be applied to every item (if they are in the BOM class) or to some specific item type.

The methods can be applied both to symbols containing some data of a certain types, or directly to the constants specifying them. For example, to obtain the length of the "Hello world" string, it is possible to do either:


         > "Hello world".len()
         // or
         item = "Hello world"
         > item.len()

Classes

Made with http://www.falconpl.org