Changes between Version 2 and Version 3 of code/howto/Identifier
- Timestamp:
- Apr 12, 2017, 11:46:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/howto/Identifier
v2 v3 1 1 = HowTo: Identifiers = 2 [[TracNav(TracNav/TOC_Development)]]3 2 [[TOC]] 4 3 … … 6 5 '''Important''': Identifiers are only available to classes in the class hierarchy. Read [wiki:howto/ClassHierarchy this] for more information. 7 6 8 The Identifier is a construct used to identify a class at runtime. It is also a container for several class-related stuff, but this is not topic of this page. Read [wiki: Identifier this] for more detailed information.7 The Identifier is a construct used to identify a class at runtime. It is also a container for several class-related stuff, but this is not topic of this page. Read [wiki:doc/Identifier this] for more detailed information. 9 8 10 9 This page explains how to work with Identifiers. … … 69 68 * isDirectParentOf 70 69 71 Read [wiki: Identifier#Comparison this] for more information.70 Read [wiki:doc/Identifier#Comparison this] for more information. 72 71