FrT;@1|>>0|$15|HeaderDoc::Test%26|$4|CODE$7|COMMENT$7|CPPCODE$15|EXPECTED_RESULT$23|EXPECTED_RESULT_ALLDECS$7|FAILMSG$8|FILENAME$4|LANG$4|NAME$6|RESULT$14|RESULT_ALLDECS$7|SUBLANG$4|TYPE$1496|@interface Trains_2 : Vehicles
{
/*All instance variables are private*/
id _titleCell;
id _contentView;
NSSize _offsets;
NSRect _borderRect;
NSRect _titleRect;
id _unused;
}
/*!
@method trainsMethodOne
@abstract Returns the receiver's border type.
@discussion Returns the receiver's border type. Border types are defined
in NSView.h. Currently, the following border types are defined:
* NSNoBorder
* NSLineBorder
* NSBezelBorder
* NSGrooveBorder
By default, an Train's border type is NSGrooveBorder.
*/
- (NSBorderType)trainsMethodOne;
/*!
@method trainsMethodTwo
@abstract Returns a constant representing the title position.
*/
- (NSTitlePosition)trainsMethodTwo;
/*!
@method dateWithString:calendarFormat:
@abstract Creates and returns a calendar date initialized with the date
specified in the string description.
@discussion Test method three in class one.
@param description A string specifying the date.
@param format Conversion specifiers similar to those used in strftime().
@result Returns the newly initialized date object or nil on error.
*/
+ (id)dateWithString:(NSString *)description calendarFormat:(NSString *)format;
@end
$239|/*!
@class Trains_2
@abstract NSBox provides a visual grouping element.
@discussion An NSBox object is a simple NSView that can do two things:
It can draw a border around itself, and it can title itself.
*/
$0|$39153|-=: TOP LEVEL COMMENT PARSE VALUES :=-
inHeader: 0
inClass: 1
inInterface: 0
inCPPHeader: 0
inOCCHeader: 0
inPerlScript: 0
inShellScript: 0
inPHPScript: 0
inJavaSource: 0
inFunctionGroup: 0
inGroup: 0
inFunction: 0
inPDefine: 0
inTypedef: 0
inUnion: 0
inStruct: 0
inConstant: 0
inVar: 0
inEnum: 0
inMethod: 0
inAvailabilityMacro: 0
inUnknown: 0
classType: unknown
inputCounter: 0
blockOffset: 0
fullpath: /test_suite_bogus_path/ObjC_class_1.test
-=: BLOCKPARSE PARSER STATE KEYS :=-
$parserState->{FULLPATH} => /test_suite_bogus_path/ObjC_class_1.test
$parserState->{ISFORWARDDECLARATION} => 0
$parserState->{NEXTTOKENNOCPP} => 0
$parserState->{availability} =>
$parserState->{backslashcount} => 0
$parserState->{basetype} =>
$parserState->{bracePending} => 0
$parserState->{callbackIsTypedef} => 0
$parserState->{callbackName} =>
$parserState->{callbackNamePending} => 0
$parserState->{categoryClass} =>
$parserState->{classIsObjC} => 1
$parserState->{classtype} => @interface
$parserState->{forceClassDone} => 1
$parserState->{freezeStack} => ARRAY(OBJID)
$parserState->{freezereturn} => 1
$parserState->{frozensodname} =>
$parserState->{functionReturnsCallback} => 0
$parserState->{hollow} => HeaderDoc::ParseTree=HASH(OBJID)
$parserState->{inBrackets} => 0
$parserState->{inChar} => 0
$parserState->{inClass} => 1
$parserState->{inComment} => 0
$parserState->{inInlineComment} => 0
$parserState->{inMacro} => 0
$parserState->{inMacroLine} => 0
$parserState->{inOperator} => 0
$parserState->{inPrivateParamTypes} => 0
$parserState->{inString} => 0
$parserState->{inTemplate} => 0
$parserState->{initbsCount} => 0
$parserState->{inputCounter} => 23
$parserState->{kr_c_function} => 0
$parserState->{kr_c_name} =>
$parserState->{lang} => C
$parserState->{lastTreeNode} => HeaderDoc::ParseTree=HASH(OBJID)
$parserState->{lastsymbol} => end
$parserState->{macroNoTrunc} => 1
$parserState->{name} =>
$parserState->{namePending} => 0
$parserState->{noInsert} => 0
$parserState->{occSuper} => Vehicles
$parserState->{occmethod} => 0
$parserState->{occmethodname} =>
$parserState->{occparmlabelfound} => 1
$parserState->{onlyComments} => 0
$parserState->{parsedParamList} => ARRAY(OBJID)
$parserState->{parsedParamParse} => 0
$parserState->{posstypes} =>
$parserState->{posstypesPending} => 1
$parserState->{pplStack} => ARRAY(OBJID)
$parserState->{preEqualsSymbol} =>
$parserState->{preTemplateSymbol} =>
$parserState->{preclasssodtype} => interface
$parserState->{prekeywordsodname} =>
$parserState->{prekeywordsodtype} =>
$parserState->{returntype} => @interface Trains_2 : Vehicles
$parserState->{seenBraces} => 0
$parserState->{seenMacroPart} => 0
$parserState->{seenTilde} => 0
$parserState->{simpleTDcontents} =>
$parserState->{simpleTypedef} => 0
$parserState->{sodclass} => class
$parserState->{sodname} => end
$parserState->{sodtype} => Trains_2 Vehicles
$parserState->{sodtypeclasstoken} => interface
$parserState->{stackFrozen} => 0
$parserState->{startOfDec} => 2
$parserState->{storeDec} =>
$parserState->{typestring} => Trains_2
$parserState->{value} =>
$parserState->{valuepending} => 0
-=: BLOCKPARSE RETURN VALUES :=-
newcount: 23
typelist: @interface
namelist: Trains_2
posstypes: Vehicles
value:
returntype: Trains_2 Vehicles
pridec:
simpleTDcontents:
bpavail:
blockOffset: 26
conformsToList:
functionContents:
extendsClass:
implementsClass:
-=: LIST OF PARSED PARAMETERS :=-
-=: DUMP OF PARSE TREE :=-
+---@
+---interface
| +---
| +---Trains_2
| +---
| +---:
| +---
| +---Vehicles
| +---[ NEWLINE ]
| +---{
| | +---[ NEWLINE ]
| | +---
| | +---/*
| | | +---All
| | | +--- instance variables are private
| | | +---*/
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_titleCell
| | +---;
| | +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_contentView
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSSize (HAS STATE)
| | +---
| | +---_offsets
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_borderRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_titleRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_unused
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---}
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
| | +---
@method trainsMethodOne
| | +---
@abstract Returns the receiver's border type.
| | +---
@discussion Returns the receiver's border type. Border types are defined
| | +---
in NSView.h. Currently, the following border types are defined:
| | +---[ NEWLINE ]
| | +---
* NSNoBorder
| | +---[ NEWLINE ]
| | +---
* NSLineBorder
| | +---[ NEWLINE ]
| | +---
* NSBezelBorder
| | +---[ NEWLINE ]
| | +---
* NSGrooveBorder
| | +---[ NEWLINE ]
| | +---
By default, an Train's border type is NSGrooveBorder.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSBorderType
| | | +---)
| | +---trainsMethodOne
| | +---;
| +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method trainsMethodTwo
| | +---
@abstract Returns a constant representing the title position.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSTitlePosition
| | | +---)
| | +---trainsMethodTwo
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method dateWithString:calendarFormat:
| | +---
@abstract Creates and returns a calendar date initialized with the date
| | +---
specified in the string description.
| | +---
@discussion Test method three in class one.
| | +---
@param description A string specifying the date.
| | +---
@param format Conversion specifiers similar to those used in strftime().
| | +---
@result Returns the newly initialized date object or nil on error.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-+ (HAS STATE)
| | +---
| | +---(
| | | +---id
| | | +---)
| | +---dateWithString
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---description
| | +---
| | +---calendarFormat
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---format
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---@
| +---@end
+---[ NEWLINE ]
-=: COMPUTED VALUE :=-
SUCCESS: 0
VALUE: 0
-=: CPP CHANGES :=-
NO CPP CHANGES
-=: FOUND MATCH :=-
1
-=: NAMED OBJECTS :=-
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Header
NAME: ObjC class 1
APIUID: //test_ref/doc/header/ObjC_class_1.test
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::Header"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::ObjCClass
NAME: Trains_2
APIUID:
ABSTRACT: "<p>NSBox provides a visual grouping element.
"
DISCUSSION: "<p>An NSBox object is a simple NSView that can do two things:
It can draw a border around itself, and it can title itself.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::ObjCClass"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p><b>Superclass:</b> <!-- a logicalPath="//test_ref/occ/cl/Vehicles" -->Vehicles<!-- /a --><br>
<b>Declared In:</b> <a href="../../index.html" target="_top">ObjC class 1</a><br>
</p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: trainsMethodOne
APIUID: //test_ref/occ/instm/Trains_2/trainsMethodOne
ABSTRACT: "<p>Returns the receiver's border type.
"
DISCUSSION: "<p>Returns the receiver's border type. Border types are defined
in NSView.h. Currently, the following border types are defined:
</p>
<p>* NSNoBorder
</p>
<p>* NSLineBorder
</p>
<p>* NSBezelBorder
</p>
<p>* NSGrooveBorder
</p>
<p>By default, an Train's border type is NSGrooveBorder.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSBorderType"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: trainsMethodTwo
APIUID: //test_ref/occ/instm/Trains_2/trainsMethodTwo
ABSTRACT: "<p>Returns a constant representing the title position.
"
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSTitlePosition"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: dateWithString:calendarFormat:
APIUID: //test_ref/occ/clm/Trains_2/dateWithString:calendarFormat:
ABSTRACT: "<p>Creates and returns a calendar date initialized with the date
specified in the string description.
"
DISCUSSION: "<p>Test method three in class one.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TAGGED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE:
APIUID:
ABSTRACT: ""
DISCUSSION: "<p>A string specifying the date."
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE:
APIUID:
ABSTRACT: ""
DISCUSSION: "<p>Conversion specifiers similar to those used in strftime()."
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
-=: NAMED OBJECT PARSE TREES :=-
OBJECT: Trains_2 (HeaderDoc::ObjCClass)
+---@
+---interface
| +---
| +---Trains_2
| +---
| +---:
| +---
| +---Vehicles
| +---[ NEWLINE ]
| +---{
| | +---[ NEWLINE ]
| | +---
| | +---/*
| | | +---All
| | | +--- instance variables are private
| | | +---*/
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_titleCell
| | +---;
| | +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_contentView
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSSize (HAS STATE)
| | +---
| | +---_offsets
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_borderRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_titleRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_unused
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---}
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
| | +---
@method trainsMethodOne
| | +---
@abstract Returns the receiver's border type.
| | +---
@discussion Returns the receiver's border type. Border types are defined
| | +---
in NSView.h. Currently, the following border types are defined:
| | +---[ NEWLINE ]
| | +---
* NSNoBorder
| | +---[ NEWLINE ]
| | +---
* NSLineBorder
| | +---[ NEWLINE ]
| | +---
* NSBezelBorder
| | +---[ NEWLINE ]
| | +---
* NSGrooveBorder
| | +---[ NEWLINE ]
| | +---
By default, an Train's border type is NSGrooveBorder.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSBorderType
| | | +---)
| | +---trainsMethodOne
| | +---;
| +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method trainsMethodTwo
| | +---
@abstract Returns a constant representing the title position.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSTitlePosition
| | | +---)
| | +---trainsMethodTwo
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method dateWithString:calendarFormat:
| | +---
@abstract Creates and returns a calendar date initialized with the date
| | +---
specified in the string description.
| | +---
@discussion Test method three in class one.
| | +---
@param description A string specifying the date.
| | +---
@param format Conversion specifiers similar to those used in strftime().
| | +---
@result Returns the newly initialized date object or nil on error.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-+ (HAS STATE)
| | +---
| | +---(
| | | +---id
| | | +---)
| | +---dateWithString
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---description
| | +---
| | +---calendarFormat
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---format
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---@
| +---@end
+---[ NEWLINE ]
END OF OBJECT
OBJECT: trainsMethodOne (HeaderDoc::Method)
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSBorderType
| | +---)
| +---trainsMethodOne
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method trainsMethodTwo
| +---
@abstract Returns a constant representing the title position.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSTitlePosition
| | +---)
| +---trainsMethodTwo
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method dateWithString:calendarFormat:
| +---
@abstract Creates and returns a calendar date initialized with the date
| +---
specified in the string description.
| +---
@discussion Test method three in class one.
| +---
@param description A string specifying the date.
| +---
@param format Conversion specifiers similar to those used in strftime().
| +---
@result Returns the newly initialized date object or nil on error.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: trainsMethodTwo (HeaderDoc::Method)
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSTitlePosition
| | +---)
| +---trainsMethodTwo
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method dateWithString:calendarFormat:
| +---
@abstract Creates and returns a calendar date initialized with the date
| +---
specified in the string description.
| +---
@discussion Test method three in class one.
| +---
@param description A string specifying the date.
| +---
@param format Conversion specifiers similar to those used in strftime().
| +---
@result Returns the newly initialized date object or nil on error.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: dateWithString:calendarFormat: (HeaderDoc::Method)
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
-=: HTML OUTPUT OF PARSE TREES :=-
OBJECT: Trains_2 (HeaderDoc::ObjCClass)
@<!-- a logicalPath="//test_ref/occ/cl/interface //test_ref/occ/tdef/interface //test_ref/occ/tag/interface //test_ref/occ/econst/interface //test_ref/occ/struct/interface //test_ref/occ/clconst/interface //test_ref/occ/intf/interface" --><span class="type">interface</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/cl/Trains_2 //test_ref/occ/tdef/Trains_2 //test_ref/occ/tag/Trains_2 //test_ref/occ/econst/Trains_2 //test_ref/occ/struct/Trains_2 //test_ref/occ/clconst/Trains_2 //test_ref/occ/intf/Trains_2" --><span class="type">Trains_2</span><!-- /a --> : <!-- a logicalPath="//test_ref/occ/cl/Vehicles //test_ref/occ/tdef/Vehicles //test_ref/occ/tag/Vehicles //test_ref/occ/econst/Vehicles //test_ref/occ/struct/Vehicles //test_ref/occ/clconst/Vehicles //test_ref/occ/intf/Vehicles" --><span class="type">Vehicles</span><!-- /a --> {
<span class="comment">/*All instance variables are private*/</span>
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleCell //test_ref/occ/data/_titleCell" --><span class="var">_titleCell</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_contentView //test_ref/occ/data/_contentView" --><span class="var">_contentView</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSSize //test_ref/occ/tdef/NSSize //test_ref/occ/tag/NSSize //test_ref/occ/econst/NSSize //test_ref/occ/struct/NSSize //test_ref/occ/clconst/NSSize //test_ref/occ/intf/NSSize" --><span class="type">NSSize</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_offsets //test_ref/occ/data/_offsets" --><span class="var">_offsets</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_borderRect //test_ref/occ/data/_borderRect" --><span class="var">_borderRect</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleRect //test_ref/occ/data/_titleRect" --><span class="var">_titleRect</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_unused //test_ref/occ/data/_unused" --><span class="var">_unused</span><!-- /a -->;
} <span class="comment">/*!
@method trainsMethodOne
@abstract Returns the receiver's border type.
@discussion Returns the receiver's border type. Border types are defined
in NSView.h. Currently, the following border types are defined:
* NSNoBorder
* NSLineBorder
* NSBezelBorder
* NSGrooveBorder
By default, an Train's border type is NSGrooveBorder.</span>
<span class="comment">*/</span>
- (
<span class="param">NSBorderType</span>)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodOne //test_ref/occ/data/trainsMethodOne" --><span class="var">trainsMethodOne</span><!-- /a -->; <span class="comment">/*!
@method trainsMethodTwo
@abstract Returns a constant representing the title position.</span>
<span class="comment">*/</span>
- (
<span class="param">NSTitlePosition</span>)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodTwo //test_ref/occ/data/trainsMethodTwo" --><span class="var">trainsMethodTwo</span><!-- /a -->; <span class="comment">/*!
@method dateWithString:calendarFormat:
@abstract Creates and returns a calendar date initialized with the date
specified in the string description.
@discussion Test method three in class one.
@param description A string specifying the date.
@param format Conversion specifiers similar to those used in strftime().
@result Returns the newly initialized date object or nil on error.</span>
<span class="comment">*/</span>
+ (
<span class="param">id</span>)<!-- a logicalPath="//test_ref/occ/cl/dateWithString //test_ref/occ/tdef/dateWithString //test_ref/occ/tag/dateWithString //test_ref/occ/econst/dateWithString //test_ref/occ/struct/dateWithString //test_ref/occ/clconst/dateWithString //test_ref/occ/intf/dateWithString" --><span class="type">dateWithString</span><!-- /a -->:(
<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/cl/description //test_ref/occ/tdef/description //test_ref/occ/tag/description //test_ref/occ/econst/description //test_ref/occ/struct/description //test_ref/occ/clconst/description //test_ref/occ/intf/description" --><span class="type">description</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/cl/calendarFormat //test_ref/occ/tdef/calendarFormat //test_ref/occ/tag/calendarFormat //test_ref/occ/econst/calendarFormat //test_ref/occ/struct/calendarFormat //test_ref/occ/clconst/calendarFormat //test_ref/occ/intf/calendarFormat" --><span class="type">calendarFormat</span><!-- /a -->:(
<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/econst/format //test_ref/occ/data/format" --><span class="var">format</span><!-- /a -->; @@end
END OF OBJECT
OBJECT: trainsMethodOne (HeaderDoc::Method)
- (<!-- a logicalPath="//test_ref/occ/cl/NSBorderType //test_ref/occ/tdef/NSBorderType //test_ref/occ/tag/NSBorderType //test_ref/occ/econst/NSBorderType //test_ref/occ/struct/NSBorderType //test_ref/occ/clconst/NSBorderType //test_ref/occ/intf/NSBorderType" --><span class="type">NSBorderType</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodOne //test_ref/occ/data/trainsMethodOne" --><span class="var">trainsMethodOne</span><!-- /a -->;
END OF OBJECT
OBJECT: trainsMethodTwo (HeaderDoc::Method)
- (<!-- a logicalPath="//test_ref/occ/cl/NSTitlePosition //test_ref/occ/tdef/NSTitlePosition //test_ref/occ/tag/NSTitlePosition //test_ref/occ/econst/NSTitlePosition //test_ref/occ/struct/NSTitlePosition //test_ref/occ/clconst/NSTitlePosition //test_ref/occ/intf/NSTitlePosition" --><span class="type">NSTitlePosition</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodTwo //test_ref/occ/data/trainsMethodTwo" --><span class="var">trainsMethodTwo</span><!-- /a -->;
END OF OBJECT
OBJECT: dateWithString:calendarFormat: (HeaderDoc::Method)
+ (<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/instm/dateWithString //test_ref/occ/clm/dateWithString //test_ref/occ/intfcm/dateWithString //test_ref/occ/intfm/dateWithString //test_ref/occ/func/dateWithString //test_ref/occ/ftmplt/dateWithString //test_ref/occ/defn/dateWithString //test_ref/occ/macro/dateWithString" --><span class="function">dateWithString</span><!-- /a -->:(<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<span class="param">description</span> <!-- a logicalPath="//test_ref/occ/instm/calendarFormat //test_ref/occ/clm/calendarFormat //test_ref/occ/intfcm/calendarFormat //test_ref/occ/intfm/calendarFormat //test_ref/occ/func/calendarFormat //test_ref/occ/ftmplt/calendarFormat //test_ref/occ/defn/calendarFormat //test_ref/occ/macro/calendarFormat" --><span class="function">calendarFormat</span><!-- /a -->:(<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/econst/format //test_ref/occ/data/format" --><span class="var">format</span><!-- /a -->;
END OF OBJECT
$50589|-=: TOP LEVEL COMMENT PARSE VALUES :=-
inHeader: 0
inClass: 1
inInterface: 0
inCPPHeader: 0
inOCCHeader: 0
inPerlScript: 0
inShellScript: 0
inPHPScript: 0
inJavaSource: 0
inFunctionGroup: 0
inGroup: 0
inFunction: 0
inPDefine: 0
inTypedef: 0
inUnion: 0
inStruct: 0
inConstant: 0
inVar: 0
inEnum: 0
inMethod: 0
inAvailabilityMacro: 0
inUnknown: 0
classType: unknown
inputCounter: 0
blockOffset: 0
fullpath: /test_suite_bogus_path/ObjC_class_1.test
-=: BLOCKPARSE PARSER STATE KEYS :=-
$parserState->{FULLPATH} => /test_suite_bogus_path/ObjC_class_1.test
$parserState->{ISFORWARDDECLARATION} => 0
$parserState->{NEXTTOKENNOCPP} => 0
$parserState->{availability} =>
$parserState->{backslashcount} => 0
$parserState->{basetype} =>
$parserState->{bracePending} => 0
$parserState->{callbackIsTypedef} => 0
$parserState->{callbackName} =>
$parserState->{callbackNamePending} => 0
$parserState->{categoryClass} =>
$parserState->{classIsObjC} => 1
$parserState->{classtype} => @interface
$parserState->{forceClassDone} => 1
$parserState->{freezeStack} => ARRAY(OBJID)
$parserState->{freezereturn} => 1
$parserState->{frozensodname} =>
$parserState->{functionReturnsCallback} => 0
$parserState->{hollow} => HeaderDoc::ParseTree=HASH(OBJID)
$parserState->{inBrackets} => 0
$parserState->{inChar} => 0
$parserState->{inClass} => 1
$parserState->{inComment} => 0
$parserState->{inInlineComment} => 0
$parserState->{inMacro} => 0
$parserState->{inMacroLine} => 0
$parserState->{inOperator} => 0
$parserState->{inPrivateParamTypes} => 0
$parserState->{inString} => 0
$parserState->{inTemplate} => 0
$parserState->{initbsCount} => 0
$parserState->{inputCounter} => 23
$parserState->{kr_c_function} => 0
$parserState->{kr_c_name} =>
$parserState->{lang} => C
$parserState->{lastTreeNode} => HeaderDoc::ParseTree=HASH(OBJID)
$parserState->{lastsymbol} => end
$parserState->{macroNoTrunc} => 1
$parserState->{name} =>
$parserState->{namePending} => 0
$parserState->{noInsert} => 0
$parserState->{occSuper} => Vehicles
$parserState->{occmethod} => 0
$parserState->{occmethodname} =>
$parserState->{occparmlabelfound} => 1
$parserState->{onlyComments} => 0
$parserState->{parsedParamList} => ARRAY(OBJID)
$parserState->{parsedParamParse} => 0
$parserState->{posstypes} =>
$parserState->{posstypesPending} => 1
$parserState->{pplStack} => ARRAY(OBJID)
$parserState->{preEqualsSymbol} =>
$parserState->{preTemplateSymbol} =>
$parserState->{preclasssodtype} => interface
$parserState->{prekeywordsodname} =>
$parserState->{prekeywordsodtype} =>
$parserState->{returntype} => @interface Trains_2 : Vehicles
$parserState->{seenBraces} => 0
$parserState->{seenMacroPart} => 0
$parserState->{seenTilde} => 0
$parserState->{simpleTDcontents} =>
$parserState->{simpleTypedef} => 0
$parserState->{sodclass} => class
$parserState->{sodname} => end
$parserState->{sodtype} => Trains_2 Vehicles
$parserState->{sodtypeclasstoken} => interface
$parserState->{stackFrozen} => 0
$parserState->{startOfDec} => 2
$parserState->{storeDec} =>
$parserState->{typestring} => Trains_2
$parserState->{value} =>
$parserState->{valuepending} => 0
-=: BLOCKPARSE RETURN VALUES :=-
newcount: 23
typelist: @interface
namelist: Trains_2
posstypes: Vehicles
value:
returntype: Trains_2 Vehicles
pridec:
simpleTDcontents:
bpavail:
blockOffset: 26
conformsToList:
functionContents:
extendsClass:
implementsClass:
-=: LIST OF PARSED PARAMETERS :=-
-=: DUMP OF PARSE TREE :=-
+---@
+---interface
| +---
| +---Trains_2
| +---
| +---:
| +---
| +---Vehicles
| +---[ NEWLINE ]
| +---{
| | +---[ NEWLINE ]
| | +---
| | +---/*
| | | +---All
| | | +--- instance variables are private
| | | +---*/
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_titleCell
| | +---;
| | +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_contentView
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSSize (HAS STATE)
| | +---
| | +---_offsets
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_borderRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_titleRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_unused
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---}
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
| | +---
@method trainsMethodOne
| | +---
@abstract Returns the receiver's border type.
| | +---
@discussion Returns the receiver's border type. Border types are defined
| | +---
in NSView.h. Currently, the following border types are defined:
| | +---[ NEWLINE ]
| | +---
* NSNoBorder
| | +---[ NEWLINE ]
| | +---
* NSLineBorder
| | +---[ NEWLINE ]
| | +---
* NSBezelBorder
| | +---[ NEWLINE ]
| | +---
* NSGrooveBorder
| | +---[ NEWLINE ]
| | +---
By default, an Train's border type is NSGrooveBorder.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSBorderType
| | | +---)
| | +---trainsMethodOne
| | +---;
| +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method trainsMethodTwo
| | +---
@abstract Returns a constant representing the title position.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSTitlePosition
| | | +---)
| | +---trainsMethodTwo
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method dateWithString:calendarFormat:
| | +---
@abstract Creates and returns a calendar date initialized with the date
| | +---
specified in the string description.
| | +---
@discussion Test method three in class one.
| | +---
@param description A string specifying the date.
| | +---
@param format Conversion specifiers similar to those used in strftime().
| | +---
@result Returns the newly initialized date object or nil on error.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-+ (HAS STATE)
| | +---
| | +---(
| | | +---id
| | | +---)
| | +---dateWithString
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---description
| | +---
| | +---calendarFormat
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---format
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---@
| +---@end
+---[ NEWLINE ]
-=: COMPUTED VALUE :=-
SUCCESS: 0
VALUE: 0
-=: CPP CHANGES :=-
NO CPP CHANGES
-=: FOUND MATCH :=-
1
-=: NAMED OBJECTS :=-
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Header
NAME: ObjC class 1
APIUID: //test_ref/doc/header/ObjC_class_1.test
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::Header"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::ObjCClass
NAME: Trains_2
APIUID:
ABSTRACT: "<p>NSBox provides a visual grouping element.
"
DISCUSSION: "<p>An NSBox object is a simple NSView that can do two things:
It can draw a border around itself, and it can title itself.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::ObjCClass"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p><b>Superclass:</b> <!-- a logicalPath="//test_ref/occ/cl/Vehicles" -->Vehicles<!-- /a --><br>
<b>Declared In:</b> <a href="../../index.html" target="_top">ObjC class 1</a><br>
</p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: trainsMethodOne
APIUID: //test_ref/occ/instm/Trains_2/trainsMethodOne
ABSTRACT: "<p>Returns the receiver's border type.
"
DISCUSSION: "<p>Returns the receiver's border type. Border types are defined
in NSView.h. Currently, the following border types are defined:
</p>
<p>* NSNoBorder
</p>
<p>* NSLineBorder
</p>
<p>* NSBezelBorder
</p>
<p>* NSGrooveBorder
</p>
<p>By default, an Train's border type is NSGrooveBorder.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSBorderType"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: trainsMethodTwo
APIUID: //test_ref/occ/instm/Trains_2/trainsMethodTwo
ABSTRACT: "<p>Returns a constant representing the title position.
"
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSTitlePosition"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: dateWithString:calendarFormat:
APIUID: //test_ref/occ/clm/Trains_2/dateWithString:calendarFormat:
ABSTRACT: "<p>Creates and returns a calendar date initialized with the date
specified in the string description.
"
DISCUSSION: "<p>Test method three in class one.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TAGGED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE:
APIUID:
ABSTRACT: ""
DISCUSSION: "<p>A string specifying the date."
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE:
APIUID:
ABSTRACT: ""
DISCUSSION: "<p>Conversion specifiers similar to those used in strftime()."
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _titleCell
APIUID: //test_ref/occ/data/Trains_2/_titleCell
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _contentView
APIUID: //test_ref/occ/data/Trains_2/_contentView
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _offsets
APIUID: //test_ref/occ/data/Trains_2/_offsets
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSSize"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _borderRect
APIUID: //test_ref/occ/data/Trains_2/_borderRect
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSRect"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _titleRect
APIUID: //test_ref/occ/data/Trains_2/_titleRect
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSRect"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _unused
APIUID: //test_ref/occ/data/Trains_2/_unused
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
-=: NAMED OBJECT PARSE TREES :=-
OBJECT: Trains_2 (HeaderDoc::ObjCClass)
+---@
+---interface
| +---
| +---Trains_2
| +---
| +---:
| +---
| +---Vehicles
| +---[ NEWLINE ]
| +---{
| | +---[ NEWLINE ]
| | +---
| | +---/*
| | | +---All
| | | +--- instance variables are private
| | | +---*/
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_titleCell
| | +---;
| | +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_contentView
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSSize (HAS STATE)
| | +---
| | +---_offsets
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_borderRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_titleRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_unused
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---}
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
| | +---
@method trainsMethodOne
| | +---
@abstract Returns the receiver's border type.
| | +---
@discussion Returns the receiver's border type. Border types are defined
| | +---
in NSView.h. Currently, the following border types are defined:
| | +---[ NEWLINE ]
| | +---
* NSNoBorder
| | +---[ NEWLINE ]
| | +---
* NSLineBorder
| | +---[ NEWLINE ]
| | +---
* NSBezelBorder
| | +---[ NEWLINE ]
| | +---
* NSGrooveBorder
| | +---[ NEWLINE ]
| | +---
By default, an Train's border type is NSGrooveBorder.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSBorderType
| | | +---)
| | +---trainsMethodOne
| | +---;
| +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method trainsMethodTwo
| | +---
@abstract Returns a constant representing the title position.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSTitlePosition
| | | +---)
| | +---trainsMethodTwo
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method dateWithString:calendarFormat:
| | +---
@abstract Creates and returns a calendar date initialized with the date
| | +---
specified in the string description.
| | +---
@discussion Test method three in class one.
| | +---
@param description A string specifying the date.
| | +---
@param format Conversion specifiers similar to those used in strftime().
| | +---
@result Returns the newly initialized date object or nil on error.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-+ (HAS STATE)
| | +---
| | +---(
| | | +---id
| | | +---)
| | +---dateWithString
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---description
| | +---
| | +---calendarFormat
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---format
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---@
| +---@end
+---[ NEWLINE ]
END OF OBJECT
OBJECT: trainsMethodOne (HeaderDoc::Method)
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSBorderType
| | +---)
| +---trainsMethodOne
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method trainsMethodTwo
| +---
@abstract Returns a constant representing the title position.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSTitlePosition
| | +---)
| +---trainsMethodTwo
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method dateWithString:calendarFormat:
| +---
@abstract Creates and returns a calendar date initialized with the date
| +---
specified in the string description.
| +---
@discussion Test method three in class one.
| +---
@param description A string specifying the date.
| +---
@param format Conversion specifiers similar to those used in strftime().
| +---
@result Returns the newly initialized date object or nil on error.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: trainsMethodTwo (HeaderDoc::Method)
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSTitlePosition
| | +---)
| +---trainsMethodTwo
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method dateWithString:calendarFormat:
| +---
@abstract Creates and returns a calendar date initialized with the date
| +---
specified in the string description.
| +---
@discussion Test method three in class one.
| +---
@param description A string specifying the date.
| +---
@param format Conversion specifiers similar to those used in strftime().
| +---
@result Returns the newly initialized date object or nil on error.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: dateWithString:calendarFormat: (HeaderDoc::Method)
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: _titleCell (HeaderDoc::Var)
+-*-id (HAS STATE)
+---
+---_titleCell
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_contentView
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSSize (HAS STATE)
+---
+---_offsets
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_borderRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _contentView (HeaderDoc::Var)
+-*-id (HAS STATE)
+---
+---_contentView
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-NSSize (HAS STATE)
+---
+---_offsets
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_borderRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _offsets (HeaderDoc::Var)
+-*-NSSize (HAS STATE)
+---
+---_offsets
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_borderRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _borderRect (HeaderDoc::Var)
+-*-NSRect (HAS STATE)
+---
+---_borderRect
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _titleRect (HeaderDoc::Var)
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _unused (HeaderDoc::Var)
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---}
END OF OBJECT
-=: HTML OUTPUT OF PARSE TREES :=-
OBJECT: Trains_2 (HeaderDoc::ObjCClass)
@<!-- a logicalPath="//test_ref/occ/cl/interface //test_ref/occ/tdef/interface //test_ref/occ/tag/interface //test_ref/occ/econst/interface //test_ref/occ/struct/interface //test_ref/occ/clconst/interface //test_ref/occ/intf/interface" --><span class="type">interface</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/cl/Trains_2 //test_ref/occ/tdef/Trains_2 //test_ref/occ/tag/Trains_2 //test_ref/occ/econst/Trains_2 //test_ref/occ/struct/Trains_2 //test_ref/occ/clconst/Trains_2 //test_ref/occ/intf/Trains_2" --><span class="type">Trains_2</span><!-- /a --> : <!-- a logicalPath="//test_ref/occ/cl/Vehicles //test_ref/occ/tdef/Vehicles //test_ref/occ/tag/Vehicles //test_ref/occ/econst/Vehicles //test_ref/occ/struct/Vehicles //test_ref/occ/clconst/Vehicles //test_ref/occ/intf/Vehicles" --><span class="type">Vehicles</span><!-- /a --> {
<span class="comment">/*All instance variables are private*/</span>
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleCell //test_ref/occ/data/_titleCell" --><span class="var">_titleCell</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_contentView //test_ref/occ/data/_contentView" --><span class="var">_contentView</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSSize //test_ref/occ/tdef/NSSize //test_ref/occ/tag/NSSize //test_ref/occ/econst/NSSize //test_ref/occ/struct/NSSize //test_ref/occ/clconst/NSSize //test_ref/occ/intf/NSSize" --><span class="type">NSSize</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_offsets //test_ref/occ/data/_offsets" --><span class="var">_offsets</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_borderRect //test_ref/occ/data/_borderRect" --><span class="var">_borderRect</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleRect //test_ref/occ/data/_titleRect" --><span class="var">_titleRect</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_unused //test_ref/occ/data/_unused" --><span class="var">_unused</span><!-- /a -->;
} <span class="comment">/*!
@method trainsMethodOne
@abstract Returns the receiver's border type.
@discussion Returns the receiver's border type. Border types are defined
in NSView.h. Currently, the following border types are defined:
* NSNoBorder
* NSLineBorder
* NSBezelBorder
* NSGrooveBorder
By default, an Train's border type is NSGrooveBorder.</span>
<span class="comment">*/</span>
- (
<span class="param">NSBorderType</span>)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodOne //test_ref/occ/data/trainsMethodOne" --><span class="var">trainsMethodOne</span><!-- /a -->; <span class="comment">/*!
@method trainsMethodTwo
@abstract Returns a constant representing the title position.</span>
<span class="comment">*/</span>
- (
<span class="param">NSTitlePosition</span>)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodTwo //test_ref/occ/data/trainsMethodTwo" --><span class="var">trainsMethodTwo</span><!-- /a -->; <span class="comment">/*!
@method dateWithString:calendarFormat:
@abstract Creates and returns a calendar date initialized with the date
specified in the string description.
@discussion Test method three in class one.
@param description A string specifying the date.
@param format Conversion specifiers similar to those used in strftime().
@result Returns the newly initialized date object or nil on error.</span>
<span class="comment">*/</span>
+ (
<span class="param">id</span>)<!-- a logicalPath="//test_ref/occ/cl/dateWithString //test_ref/occ/tdef/dateWithString //test_ref/occ/tag/dateWithString //test_ref/occ/econst/dateWithString //test_ref/occ/struct/dateWithString //test_ref/occ/clconst/dateWithString //test_ref/occ/intf/dateWithString" --><span class="type">dateWithString</span><!-- /a -->:(
<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/cl/description //test_ref/occ/tdef/description //test_ref/occ/tag/description //test_ref/occ/econst/description //test_ref/occ/struct/description //test_ref/occ/clconst/description //test_ref/occ/intf/description" --><span class="type">description</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/cl/calendarFormat //test_ref/occ/tdef/calendarFormat //test_ref/occ/tag/calendarFormat //test_ref/occ/econst/calendarFormat //test_ref/occ/struct/calendarFormat //test_ref/occ/clconst/calendarFormat //test_ref/occ/intf/calendarFormat" --><span class="type">calendarFormat</span><!-- /a -->:(
<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/econst/format //test_ref/occ/data/format" --><span class="var">format</span><!-- /a -->; @@end
END OF OBJECT
OBJECT: trainsMethodOne (HeaderDoc::Method)
- (<!-- a logicalPath="//test_ref/occ/cl/NSBorderType //test_ref/occ/tdef/NSBorderType //test_ref/occ/tag/NSBorderType //test_ref/occ/econst/NSBorderType //test_ref/occ/struct/NSBorderType //test_ref/occ/clconst/NSBorderType //test_ref/occ/intf/NSBorderType" --><span class="type">NSBorderType</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodOne //test_ref/occ/data/trainsMethodOne" --><span class="var">trainsMethodOne</span><!-- /a -->;
END OF OBJECT
OBJECT: trainsMethodTwo (HeaderDoc::Method)
- (<!-- a logicalPath="//test_ref/occ/cl/NSTitlePosition //test_ref/occ/tdef/NSTitlePosition //test_ref/occ/tag/NSTitlePosition //test_ref/occ/econst/NSTitlePosition //test_ref/occ/struct/NSTitlePosition //test_ref/occ/clconst/NSTitlePosition //test_ref/occ/intf/NSTitlePosition" --><span class="type">NSTitlePosition</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodTwo //test_ref/occ/data/trainsMethodTwo" --><span class="var">trainsMethodTwo</span><!-- /a -->;
END OF OBJECT
OBJECT: dateWithString:calendarFormat: (HeaderDoc::Method)
+ (<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/instm/dateWithString //test_ref/occ/clm/dateWithString //test_ref/occ/intfcm/dateWithString //test_ref/occ/intfm/dateWithString //test_ref/occ/func/dateWithString //test_ref/occ/ftmplt/dateWithString //test_ref/occ/defn/dateWithString //test_ref/occ/macro/dateWithString" --><span class="function">dateWithString</span><!-- /a -->:(<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<span class="param">description</span> <!-- a logicalPath="//test_ref/occ/instm/calendarFormat //test_ref/occ/clm/calendarFormat //test_ref/occ/intfcm/calendarFormat //test_ref/occ/intfm/calendarFormat //test_ref/occ/func/calendarFormat //test_ref/occ/ftmplt/calendarFormat //test_ref/occ/defn/calendarFormat //test_ref/occ/macro/calendarFormat" --><span class="function">calendarFormat</span><!-- /a -->:(<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/econst/format //test_ref/occ/data/format" --><span class="var">format</span><!-- /a -->;
END OF OBJECT
OBJECT: _titleCell (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleCell //test_ref/occ/data/_titleCell" --><span class="var">_titleCell</span><!-- /a -->;
END OF OBJECT
OBJECT: _contentView (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_contentView //test_ref/occ/data/_contentView" --><span class="var">_contentView</span><!-- /a -->;
END OF OBJECT
OBJECT: _offsets (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/NSSize //test_ref/occ/tdef/NSSize //test_ref/occ/tag/NSSize //test_ref/occ/econst/NSSize //test_ref/occ/struct/NSSize //test_ref/occ/clconst/NSSize //test_ref/occ/intf/NSSize" --><span class="type">NSSize</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_offsets //test_ref/occ/data/_offsets" --><span class="var">_offsets</span><!-- /a -->;
END OF OBJECT
OBJECT: _borderRect (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_borderRect //test_ref/occ/data/_borderRect" --><span class="var">_borderRect</span><!-- /a -->;
END OF OBJECT
OBJECT: _titleRect (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleRect //test_ref/occ/data/_titleRect" --><span class="var">_titleRect</span><!-- /a -->;
END OF OBJECT
OBJECT: _unused (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_unused //test_ref/occ/data/_unused" --><span class="var">_unused</span><!-- /a -->;
END OF OBJECT
_$40|testsuite/parser_tests/ObjC_class_1.test$1|C$12|ObjC class 1$39153|-=: TOP LEVEL COMMENT PARSE VALUES :=-
inHeader: 0
inClass: 1
inInterface: 0
inCPPHeader: 0
inOCCHeader: 0
inPerlScript: 0
inShellScript: 0
inPHPScript: 0
inJavaSource: 0
inFunctionGroup: 0
inGroup: 0
inFunction: 0
inPDefine: 0
inTypedef: 0
inUnion: 0
inStruct: 0
inConstant: 0
inVar: 0
inEnum: 0
inMethod: 0
inAvailabilityMacro: 0
inUnknown: 0
classType: unknown
inputCounter: 0
blockOffset: 0
fullpath: /test_suite_bogus_path/ObjC_class_1.test
-=: BLOCKPARSE PARSER STATE KEYS :=-
$parserState->{FULLPATH} => /test_suite_bogus_path/ObjC_class_1.test
$parserState->{ISFORWARDDECLARATION} => 0
$parserState->{NEXTTOKENNOCPP} => 0
$parserState->{availability} =>
$parserState->{backslashcount} => 0
$parserState->{basetype} =>
$parserState->{bracePending} => 0
$parserState->{callbackIsTypedef} => 0
$parserState->{callbackName} =>
$parserState->{callbackNamePending} => 0
$parserState->{categoryClass} =>
$parserState->{classIsObjC} => 1
$parserState->{classtype} => @interface
$parserState->{forceClassDone} => 1
$parserState->{freezeStack} => ARRAY(OBJID)
$parserState->{freezereturn} => 1
$parserState->{frozensodname} =>
$parserState->{functionReturnsCallback} => 0
$parserState->{hollow} => HeaderDoc::ParseTree=HASH(OBJID)
$parserState->{inBrackets} => 0
$parserState->{inChar} => 0
$parserState->{inClass} => 1
$parserState->{inComment} => 0
$parserState->{inInlineComment} => 0
$parserState->{inMacro} => 0
$parserState->{inMacroLine} => 0
$parserState->{inOperator} => 0
$parserState->{inPrivateParamTypes} => 0
$parserState->{inString} => 0
$parserState->{inTemplate} => 0
$parserState->{initbsCount} => 0
$parserState->{inputCounter} => 23
$parserState->{kr_c_function} => 0
$parserState->{kr_c_name} =>
$parserState->{lang} => C
$parserState->{lastTreeNode} => HeaderDoc::ParseTree=HASH(OBJID)
$parserState->{lastsymbol} => end
$parserState->{macroNoTrunc} => 1
$parserState->{name} =>
$parserState->{namePending} => 0
$parserState->{noInsert} => 0
$parserState->{occSuper} => Vehicles
$parserState->{occmethod} => 0
$parserState->{occmethodname} =>
$parserState->{occparmlabelfound} => 1
$parserState->{onlyComments} => 0
$parserState->{parsedParamList} => ARRAY(OBJID)
$parserState->{parsedParamParse} => 0
$parserState->{posstypes} =>
$parserState->{posstypesPending} => 1
$parserState->{pplStack} => ARRAY(OBJID)
$parserState->{preEqualsSymbol} =>
$parserState->{preTemplateSymbol} =>
$parserState->{preclasssodtype} => interface
$parserState->{prekeywordsodname} =>
$parserState->{prekeywordsodtype} =>
$parserState->{returntype} => @interface Trains_2 : Vehicles
$parserState->{seenBraces} => 0
$parserState->{seenMacroPart} => 0
$parserState->{seenTilde} => 0
$parserState->{simpleTDcontents} =>
$parserState->{simpleTypedef} => 0
$parserState->{sodclass} => class
$parserState->{sodname} => end
$parserState->{sodtype} => Trains_2 Vehicles
$parserState->{sodtypeclasstoken} => interface
$parserState->{stackFrozen} => 0
$parserState->{startOfDec} => 2
$parserState->{storeDec} =>
$parserState->{typestring} => Trains_2
$parserState->{value} =>
$parserState->{valuepending} => 0
-=: BLOCKPARSE RETURN VALUES :=-
newcount: 23
typelist: @interface
namelist: Trains_2
posstypes: Vehicles
value:
returntype: Trains_2 Vehicles
pridec:
simpleTDcontents:
bpavail:
blockOffset: 26
conformsToList:
functionContents:
extendsClass:
implementsClass:
-=: LIST OF PARSED PARAMETERS :=-
-=: DUMP OF PARSE TREE :=-
+---@
+---interface
| +---
| +---Trains_2
| +---
| +---:
| +---
| +---Vehicles
| +---[ NEWLINE ]
| +---{
| | +---[ NEWLINE ]
| | +---
| | +---/*
| | | +---All
| | | +--- instance variables are private
| | | +---*/
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_titleCell
| | +---;
| | +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_contentView
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSSize (HAS STATE)
| | +---
| | +---_offsets
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_borderRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_titleRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_unused
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---}
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
| | +---
@method trainsMethodOne
| | +---
@abstract Returns the receiver's border type.
| | +---
@discussion Returns the receiver's border type. Border types are defined
| | +---
in NSView.h. Currently, the following border types are defined:
| | +---[ NEWLINE ]
| | +---
* NSNoBorder
| | +---[ NEWLINE ]
| | +---
* NSLineBorder
| | +---[ NEWLINE ]
| | +---
* NSBezelBorder
| | +---[ NEWLINE ]
| | +---
* NSGrooveBorder
| | +---[ NEWLINE ]
| | +---
By default, an Train's border type is NSGrooveBorder.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSBorderType
| | | +---)
| | +---trainsMethodOne
| | +---;
| +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method trainsMethodTwo
| | +---
@abstract Returns a constant representing the title position.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSTitlePosition
| | | +---)
| | +---trainsMethodTwo
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method dateWithString:calendarFormat:
| | +---
@abstract Creates and returns a calendar date initialized with the date
| | +---
specified in the string description.
| | +---
@discussion Test method three in class one.
| | +---
@param description A string specifying the date.
| | +---
@param format Conversion specifiers similar to those used in strftime().
| | +---
@result Returns the newly initialized date object or nil on error.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-+ (HAS STATE)
| | +---
| | +---(
| | | +---id
| | | +---)
| | +---dateWithString
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---description
| | +---
| | +---calendarFormat
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---format
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---@
| +---@end
+---[ NEWLINE ]
-=: COMPUTED VALUE :=-
SUCCESS: 0
VALUE: 0
-=: CPP CHANGES :=-
NO CPP CHANGES
-=: FOUND MATCH :=-
1
-=: NAMED OBJECTS :=-
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Header
NAME: ObjC class 1
APIUID: //test_ref/doc/header/ObjC_class_1.test
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::Header"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::ObjCClass
NAME: Trains_2
APIUID:
ABSTRACT: "<p>NSBox provides a visual grouping element.
"
DISCUSSION: "<p>An NSBox object is a simple NSView that can do two things:
It can draw a border around itself, and it can title itself.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::ObjCClass"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p><b>Superclass:</b> <!-- a logicalPath="//test_ref/occ/cl/Vehicles" -->Vehicles<!-- /a --><br>
<b>Declared In:</b> <a href="../../index.html" target="_top">ObjC class 1</a><br>
</p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: trainsMethodOne
APIUID: //test_ref/occ/instm/Trains_2/trainsMethodOne
ABSTRACT: "<p>Returns the receiver's border type.
"
DISCUSSION: "<p>Returns the receiver's border type. Border types are defined
in NSView.h. Currently, the following border types are defined:
</p>
<p>* NSNoBorder
</p>
<p>* NSLineBorder
</p>
<p>* NSBezelBorder
</p>
<p>* NSGrooveBorder
</p>
<p>By default, an Train's border type is NSGrooveBorder.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSBorderType"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: trainsMethodTwo
APIUID: //test_ref/occ/instm/Trains_2/trainsMethodTwo
ABSTRACT: "<p>Returns a constant representing the title position.
"
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSTitlePosition"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: dateWithString:calendarFormat:
APIUID: //test_ref/occ/clm/Trains_2/dateWithString:calendarFormat:
ABSTRACT: "<p>Creates and returns a calendar date initialized with the date
specified in the string description.
"
DISCUSSION: "<p>Test method three in class one.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TAGGED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE:
APIUID:
ABSTRACT: ""
DISCUSSION: "<p>A string specifying the date."
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE:
APIUID:
ABSTRACT: ""
DISCUSSION: "<p>Conversion specifiers similar to those used in strftime()."
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
-=: NAMED OBJECT PARSE TREES :=-
OBJECT: Trains_2 (HeaderDoc::ObjCClass)
+---@
+---interface
| +---
| +---Trains_2
| +---
| +---:
| +---
| +---Vehicles
| +---[ NEWLINE ]
| +---{
| | +---[ NEWLINE ]
| | +---
| | +---/*
| | | +---All
| | | +--- instance variables are private
| | | +---*/
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_titleCell
| | +---;
| | +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_contentView
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSSize (HAS STATE)
| | +---
| | +---_offsets
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_borderRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_titleRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_unused
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---}
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
| | +---
@method trainsMethodOne
| | +---
@abstract Returns the receiver's border type.
| | +---
@discussion Returns the receiver's border type. Border types are defined
| | +---
in NSView.h. Currently, the following border types are defined:
| | +---[ NEWLINE ]
| | +---
* NSNoBorder
| | +---[ NEWLINE ]
| | +---
* NSLineBorder
| | +---[ NEWLINE ]
| | +---
* NSBezelBorder
| | +---[ NEWLINE ]
| | +---
* NSGrooveBorder
| | +---[ NEWLINE ]
| | +---
By default, an Train's border type is NSGrooveBorder.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSBorderType
| | | +---)
| | +---trainsMethodOne
| | +---;
| +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method trainsMethodTwo
| | +---
@abstract Returns a constant representing the title position.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSTitlePosition
| | | +---)
| | +---trainsMethodTwo
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method dateWithString:calendarFormat:
| | +---
@abstract Creates and returns a calendar date initialized with the date
| | +---
specified in the string description.
| | +---
@discussion Test method three in class one.
| | +---
@param description A string specifying the date.
| | +---
@param format Conversion specifiers similar to those used in strftime().
| | +---
@result Returns the newly initialized date object or nil on error.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-+ (HAS STATE)
| | +---
| | +---(
| | | +---id
| | | +---)
| | +---dateWithString
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---description
| | +---
| | +---calendarFormat
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---format
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---@
| +---@end
+---[ NEWLINE ]
END OF OBJECT
OBJECT: trainsMethodOne (HeaderDoc::Method)
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSBorderType
| | +---)
| +---trainsMethodOne
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method trainsMethodTwo
| +---
@abstract Returns a constant representing the title position.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSTitlePosition
| | +---)
| +---trainsMethodTwo
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method dateWithString:calendarFormat:
| +---
@abstract Creates and returns a calendar date initialized with the date
| +---
specified in the string description.
| +---
@discussion Test method three in class one.
| +---
@param description A string specifying the date.
| +---
@param format Conversion specifiers similar to those used in strftime().
| +---
@result Returns the newly initialized date object or nil on error.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: trainsMethodTwo (HeaderDoc::Method)
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSTitlePosition
| | +---)
| +---trainsMethodTwo
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method dateWithString:calendarFormat:
| +---
@abstract Creates and returns a calendar date initialized with the date
| +---
specified in the string description.
| +---
@discussion Test method three in class one.
| +---
@param description A string specifying the date.
| +---
@param format Conversion specifiers similar to those used in strftime().
| +---
@result Returns the newly initialized date object or nil on error.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: dateWithString:calendarFormat: (HeaderDoc::Method)
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
-=: HTML OUTPUT OF PARSE TREES :=-
OBJECT: Trains_2 (HeaderDoc::ObjCClass)
@<!-- a logicalPath="//test_ref/occ/cl/interface //test_ref/occ/tdef/interface //test_ref/occ/tag/interface //test_ref/occ/econst/interface //test_ref/occ/struct/interface //test_ref/occ/clconst/interface //test_ref/occ/intf/interface" --><span class="type">interface</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/cl/Trains_2 //test_ref/occ/tdef/Trains_2 //test_ref/occ/tag/Trains_2 //test_ref/occ/econst/Trains_2 //test_ref/occ/struct/Trains_2 //test_ref/occ/clconst/Trains_2 //test_ref/occ/intf/Trains_2" --><span class="type">Trains_2</span><!-- /a --> : <!-- a logicalPath="//test_ref/occ/cl/Vehicles //test_ref/occ/tdef/Vehicles //test_ref/occ/tag/Vehicles //test_ref/occ/econst/Vehicles //test_ref/occ/struct/Vehicles //test_ref/occ/clconst/Vehicles //test_ref/occ/intf/Vehicles" --><span class="type">Vehicles</span><!-- /a --> {
<span class="comment">/*All instance variables are private*/</span>
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleCell //test_ref/occ/data/_titleCell" --><span class="var">_titleCell</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_contentView //test_ref/occ/data/_contentView" --><span class="var">_contentView</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSSize //test_ref/occ/tdef/NSSize //test_ref/occ/tag/NSSize //test_ref/occ/econst/NSSize //test_ref/occ/struct/NSSize //test_ref/occ/clconst/NSSize //test_ref/occ/intf/NSSize" --><span class="type">NSSize</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_offsets //test_ref/occ/data/_offsets" --><span class="var">_offsets</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_borderRect //test_ref/occ/data/_borderRect" --><span class="var">_borderRect</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleRect //test_ref/occ/data/_titleRect" --><span class="var">_titleRect</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_unused //test_ref/occ/data/_unused" --><span class="var">_unused</span><!-- /a -->;
} <span class="comment">/*!
@method trainsMethodOne
@abstract Returns the receiver's border type.
@discussion Returns the receiver's border type. Border types are defined
in NSView.h. Currently, the following border types are defined:
* NSNoBorder
* NSLineBorder
* NSBezelBorder
* NSGrooveBorder
By default, an Train's border type is NSGrooveBorder.</span>
<span class="comment">*/</span>
- (
<span class="param">NSBorderType</span>)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodOne //test_ref/occ/data/trainsMethodOne" --><span class="var">trainsMethodOne</span><!-- /a -->; <span class="comment">/*!
@method trainsMethodTwo
@abstract Returns a constant representing the title position.</span>
<span class="comment">*/</span>
- (
<span class="param">NSTitlePosition</span>)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodTwo //test_ref/occ/data/trainsMethodTwo" --><span class="var">trainsMethodTwo</span><!-- /a -->; <span class="comment">/*!
@method dateWithString:calendarFormat:
@abstract Creates and returns a calendar date initialized with the date
specified in the string description.
@discussion Test method three in class one.
@param description A string specifying the date.
@param format Conversion specifiers similar to those used in strftime().
@result Returns the newly initialized date object or nil on error.</span>
<span class="comment">*/</span>
+ (
<span class="param">id</span>)<!-- a logicalPath="//test_ref/occ/cl/dateWithString //test_ref/occ/tdef/dateWithString //test_ref/occ/tag/dateWithString //test_ref/occ/econst/dateWithString //test_ref/occ/struct/dateWithString //test_ref/occ/clconst/dateWithString //test_ref/occ/intf/dateWithString" --><span class="type">dateWithString</span><!-- /a -->:(
<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/cl/description //test_ref/occ/tdef/description //test_ref/occ/tag/description //test_ref/occ/econst/description //test_ref/occ/struct/description //test_ref/occ/clconst/description //test_ref/occ/intf/description" --><span class="type">description</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/cl/calendarFormat //test_ref/occ/tdef/calendarFormat //test_ref/occ/tag/calendarFormat //test_ref/occ/econst/calendarFormat //test_ref/occ/struct/calendarFormat //test_ref/occ/clconst/calendarFormat //test_ref/occ/intf/calendarFormat" --><span class="type">calendarFormat</span><!-- /a -->:(
<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/econst/format //test_ref/occ/data/format" --><span class="var">format</span><!-- /a -->; @@end
END OF OBJECT
OBJECT: trainsMethodOne (HeaderDoc::Method)
- (<!-- a logicalPath="//test_ref/occ/cl/NSBorderType //test_ref/occ/tdef/NSBorderType //test_ref/occ/tag/NSBorderType //test_ref/occ/econst/NSBorderType //test_ref/occ/struct/NSBorderType //test_ref/occ/clconst/NSBorderType //test_ref/occ/intf/NSBorderType" --><span class="type">NSBorderType</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodOne //test_ref/occ/data/trainsMethodOne" --><span class="var">trainsMethodOne</span><!-- /a -->;
END OF OBJECT
OBJECT: trainsMethodTwo (HeaderDoc::Method)
- (<!-- a logicalPath="//test_ref/occ/cl/NSTitlePosition //test_ref/occ/tdef/NSTitlePosition //test_ref/occ/tag/NSTitlePosition //test_ref/occ/econst/NSTitlePosition //test_ref/occ/struct/NSTitlePosition //test_ref/occ/clconst/NSTitlePosition //test_ref/occ/intf/NSTitlePosition" --><span class="type">NSTitlePosition</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodTwo //test_ref/occ/data/trainsMethodTwo" --><span class="var">trainsMethodTwo</span><!-- /a -->;
END OF OBJECT
OBJECT: dateWithString:calendarFormat: (HeaderDoc::Method)
+ (<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/instm/dateWithString //test_ref/occ/clm/dateWithString //test_ref/occ/intfcm/dateWithString //test_ref/occ/intfm/dateWithString //test_ref/occ/func/dateWithString //test_ref/occ/ftmplt/dateWithString //test_ref/occ/defn/dateWithString //test_ref/occ/macro/dateWithString" --><span class="function">dateWithString</span><!-- /a -->:(<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<span class="param">description</span> <!-- a logicalPath="//test_ref/occ/instm/calendarFormat //test_ref/occ/clm/calendarFormat //test_ref/occ/intfcm/calendarFormat //test_ref/occ/intfm/calendarFormat //test_ref/occ/func/calendarFormat //test_ref/occ/ftmplt/calendarFormat //test_ref/occ/defn/calendarFormat //test_ref/occ/macro/calendarFormat" --><span class="function">calendarFormat</span><!-- /a -->:(<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/econst/format //test_ref/occ/data/format" --><span class="var">format</span><!-- /a -->;
END OF OBJECT
$50589|-=: TOP LEVEL COMMENT PARSE VALUES :=-
inHeader: 0
inClass: 1
inInterface: 0
inCPPHeader: 0
inOCCHeader: 0
inPerlScript: 0
inShellScript: 0
inPHPScript: 0
inJavaSource: 0
inFunctionGroup: 0
inGroup: 0
inFunction: 0
inPDefine: 0
inTypedef: 0
inUnion: 0
inStruct: 0
inConstant: 0
inVar: 0
inEnum: 0
inMethod: 0
inAvailabilityMacro: 0
inUnknown: 0
classType: unknown
inputCounter: 0
blockOffset: 0
fullpath: /test_suite_bogus_path/ObjC_class_1.test
-=: BLOCKPARSE PARSER STATE KEYS :=-
$parserState->{FULLPATH} => /test_suite_bogus_path/ObjC_class_1.test
$parserState->{ISFORWARDDECLARATION} => 0
$parserState->{NEXTTOKENNOCPP} => 0
$parserState->{availability} =>
$parserState->{backslashcount} => 0
$parserState->{basetype} =>
$parserState->{bracePending} => 0
$parserState->{callbackIsTypedef} => 0
$parserState->{callbackName} =>
$parserState->{callbackNamePending} => 0
$parserState->{categoryClass} =>
$parserState->{classIsObjC} => 1
$parserState->{classtype} => @interface
$parserState->{forceClassDone} => 1
$parserState->{freezeStack} => ARRAY(OBJID)
$parserState->{freezereturn} => 1
$parserState->{frozensodname} =>
$parserState->{functionReturnsCallback} => 0
$parserState->{hollow} => HeaderDoc::ParseTree=HASH(OBJID)
$parserState->{inBrackets} => 0
$parserState->{inChar} => 0
$parserState->{inClass} => 1
$parserState->{inComment} => 0
$parserState->{inInlineComment} => 0
$parserState->{inMacro} => 0
$parserState->{inMacroLine} => 0
$parserState->{inOperator} => 0
$parserState->{inPrivateParamTypes} => 0
$parserState->{inString} => 0
$parserState->{inTemplate} => 0
$parserState->{initbsCount} => 0
$parserState->{inputCounter} => 23
$parserState->{kr_c_function} => 0
$parserState->{kr_c_name} =>
$parserState->{lang} => C
$parserState->{lastTreeNode} => HeaderDoc::ParseTree=HASH(OBJID)
$parserState->{lastsymbol} => end
$parserState->{macroNoTrunc} => 1
$parserState->{name} =>
$parserState->{namePending} => 0
$parserState->{noInsert} => 0
$parserState->{occSuper} => Vehicles
$parserState->{occmethod} => 0
$parserState->{occmethodname} =>
$parserState->{occparmlabelfound} => 1
$parserState->{onlyComments} => 0
$parserState->{parsedParamList} => ARRAY(OBJID)
$parserState->{parsedParamParse} => 0
$parserState->{posstypes} =>
$parserState->{posstypesPending} => 1
$parserState->{pplStack} => ARRAY(OBJID)
$parserState->{preEqualsSymbol} =>
$parserState->{preTemplateSymbol} =>
$parserState->{preclasssodtype} => interface
$parserState->{prekeywordsodname} =>
$parserState->{prekeywordsodtype} =>
$parserState->{returntype} => @interface Trains_2 : Vehicles
$parserState->{seenBraces} => 0
$parserState->{seenMacroPart} => 0
$parserState->{seenTilde} => 0
$parserState->{simpleTDcontents} =>
$parserState->{simpleTypedef} => 0
$parserState->{sodclass} => class
$parserState->{sodname} => end
$parserState->{sodtype} => Trains_2 Vehicles
$parserState->{sodtypeclasstoken} => interface
$parserState->{stackFrozen} => 0
$parserState->{startOfDec} => 2
$parserState->{storeDec} =>
$parserState->{typestring} => Trains_2
$parserState->{value} =>
$parserState->{valuepending} => 0
-=: BLOCKPARSE RETURN VALUES :=-
newcount: 23
typelist: @interface
namelist: Trains_2
posstypes: Vehicles
value:
returntype: Trains_2 Vehicles
pridec:
simpleTDcontents:
bpavail:
blockOffset: 26
conformsToList:
functionContents:
extendsClass:
implementsClass:
-=: LIST OF PARSED PARAMETERS :=-
-=: DUMP OF PARSE TREE :=-
+---@
+---interface
| +---
| +---Trains_2
| +---
| +---:
| +---
| +---Vehicles
| +---[ NEWLINE ]
| +---{
| | +---[ NEWLINE ]
| | +---
| | +---/*
| | | +---All
| | | +--- instance variables are private
| | | +---*/
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_titleCell
| | +---;
| | +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_contentView
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSSize (HAS STATE)
| | +---
| | +---_offsets
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_borderRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_titleRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_unused
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---}
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
| | +---
@method trainsMethodOne
| | +---
@abstract Returns the receiver's border type.
| | +---
@discussion Returns the receiver's border type. Border types are defined
| | +---
in NSView.h. Currently, the following border types are defined:
| | +---[ NEWLINE ]
| | +---
* NSNoBorder
| | +---[ NEWLINE ]
| | +---
* NSLineBorder
| | +---[ NEWLINE ]
| | +---
* NSBezelBorder
| | +---[ NEWLINE ]
| | +---
* NSGrooveBorder
| | +---[ NEWLINE ]
| | +---
By default, an Train's border type is NSGrooveBorder.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSBorderType
| | | +---)
| | +---trainsMethodOne
| | +---;
| +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method trainsMethodTwo
| | +---
@abstract Returns a constant representing the title position.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSTitlePosition
| | | +---)
| | +---trainsMethodTwo
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method dateWithString:calendarFormat:
| | +---
@abstract Creates and returns a calendar date initialized with the date
| | +---
specified in the string description.
| | +---
@discussion Test method three in class one.
| | +---
@param description A string specifying the date.
| | +---
@param format Conversion specifiers similar to those used in strftime().
| | +---
@result Returns the newly initialized date object or nil on error.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-+ (HAS STATE)
| | +---
| | +---(
| | | +---id
| | | +---)
| | +---dateWithString
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---description
| | +---
| | +---calendarFormat
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---format
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---@
| +---@end
+---[ NEWLINE ]
-=: COMPUTED VALUE :=-
SUCCESS: 0
VALUE: 0
-=: CPP CHANGES :=-
NO CPP CHANGES
-=: FOUND MATCH :=-
1
-=: NAMED OBJECTS :=-
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Header
NAME: ObjC class 1
APIUID: //test_ref/doc/header/ObjC_class_1.test
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::Header"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::ObjCClass
NAME: Trains_2
APIUID:
ABSTRACT: "<p>NSBox provides a visual grouping element.
"
DISCUSSION: "<p>An NSBox object is a simple NSView that can do two things:
It can draw a border around itself, and it can title itself.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::ObjCClass"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p><b>Superclass:</b> <!-- a logicalPath="//test_ref/occ/cl/Vehicles" -->Vehicles<!-- /a --><br>
<b>Declared In:</b> <a href="../../index.html" target="_top">ObjC class 1</a><br>
</p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: trainsMethodOne
APIUID: //test_ref/occ/instm/Trains_2/trainsMethodOne
ABSTRACT: "<p>Returns the receiver's border type.
"
DISCUSSION: "<p>Returns the receiver's border type. Border types are defined
in NSView.h. Currently, the following border types are defined:
</p>
<p>* NSNoBorder
</p>
<p>* NSLineBorder
</p>
<p>* NSBezelBorder
</p>
<p>* NSGrooveBorder
</p>
<p>By default, an Train's border type is NSGrooveBorder.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSBorderType"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: trainsMethodTwo
APIUID: //test_ref/occ/instm/Trains_2/trainsMethodTwo
ABSTRACT: "<p>Returns a constant representing the title position.
"
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSTitlePosition"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::Method
NAME: dateWithString:calendarFormat:
APIUID: //test_ref/occ/clm/Trains_2/dateWithString:calendarFormat:
ABSTRACT: "<p>Creates and returns a calendar date initialized with the date
specified in the string description.
"
DISCUSSION: "<p>Test method three in class one.
"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Method"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "0"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
PARSED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE: (NSString *)
APIUID:
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TAGGED PARAMETERS:
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: description
TYPE:
APIUID:
ABSTRACT: ""
DISCUSSION: "<p>A string specifying the date."
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 0
INDEX GROUP:
IS BLOCK:
OBJECT TYPE: HeaderDoc::MinorAPIElement
NAME: format
TYPE:
APIUID:
ABSTRACT: ""
DISCUSSION: "<p>Conversion specifiers similar to those used in strftime()."
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: ""
LINENUM: ""
CLASS: "HeaderDoc::MinorAPIElement"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: ""
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _titleCell
APIUID: //test_ref/occ/data/Trains_2/_titleCell
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _contentView
APIUID: //test_ref/occ/data/Trains_2/_contentView
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _offsets
APIUID: //test_ref/occ/data/Trains_2/_offsets
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSSize"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _borderRect
APIUID: //test_ref/occ/data/Trains_2/_borderRect
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSRect"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _titleRect
APIUID: //test_ref/occ/data/Trains_2/_titleRect
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "NSRect"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
TREE COUNT: 1
INDEX GROUP:
IS PROPERTY: 0
IS BLOCK:
OBJECT TYPE: HeaderDoc::Var
NAME: _unused
APIUID: //test_ref/occ/data/Trains_2/_unused
ABSTRACT: ""
DISCUSSION: "<p></p>"
UPDATED: ""
COPYRIGHT: ""
HTMLMETA: ""
PRIVATEDECLARATION: ""
GROUP: ""
INDEXGROUP: ""
THROWS: ""
XMLTHROWS: ""
UPDATED: ""
LINKAGESTATE: ""
ACCESSCONTROL: ""
AVAILABILITY: ""
LINKUID: ""
ORIGCLASS: ""
ISDEFINE: ""
ISTEMPLATE: ""
VALUE: "UNKNOWN"
RETURNTYPE: "id"
LINENUM: ""
CLASS: "HeaderDoc::Var"
MASTERENUM: ""
APIREFSETUPDONE: "1"
TPCDONE: ""
NOREGISTERUID: ""
SUPPRESSCHILDREN: "1"
NAMELINE_DISCUSSION: ""
HIDEDOC: ""
HIDESINGLETONS: ""
HIDECONTENTS: ""
MAINOBJECT: ""
LIST ATTRIBUTES:
SHORT ATTRIBUTES: <p></p>
LONG ATTRIBUTES: <p></p>
-=: NAMED OBJECT PARSE TREES :=-
OBJECT: Trains_2 (HeaderDoc::ObjCClass)
+---@
+---interface
| +---
| +---Trains_2
| +---
| +---:
| +---
| +---Vehicles
| +---[ NEWLINE ]
| +---{
| | +---[ NEWLINE ]
| | +---
| | +---/*
| | | +---All
| | | +--- instance variables are private
| | | +---*/
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_titleCell
| | +---;
| | +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_contentView
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSSize (HAS STATE)
| | +---
| | +---_offsets
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_borderRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-NSRect (HAS STATE)
| | +---
| | +---_titleRect
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---
| | +-*-id (HAS STATE)
| | +---
| | +---_unused
| | +---;
| | +---
| | +---[ NEWLINE ]
| | +---}
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
| | +---
@method trainsMethodOne
| | +---
@abstract Returns the receiver's border type.
| | +---
@discussion Returns the receiver's border type. Border types are defined
| | +---
in NSView.h. Currently, the following border types are defined:
| | +---[ NEWLINE ]
| | +---
* NSNoBorder
| | +---[ NEWLINE ]
| | +---
* NSLineBorder
| | +---[ NEWLINE ]
| | +---
* NSBezelBorder
| | +---[ NEWLINE ]
| | +---
* NSGrooveBorder
| | +---[ NEWLINE ]
| | +---
By default, an Train's border type is NSGrooveBorder.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSBorderType
| | | +---)
| | +---trainsMethodOne
| | +---;
| +---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method trainsMethodTwo
| | +---
@abstract Returns a constant representing the title position.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-- (HAS STATE)
| | +---
| | +---(
| | | +---NSTitlePosition
| | | +---)
| | +---trainsMethodTwo
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---/*
| | +---!
| | +---
@method dateWithString:calendarFormat:
| | +---
@abstract Creates and returns a calendar date initialized with the date
| | +---
specified in the string description.
| | +---
@discussion Test method three in class one.
| | +---
@param description A string specifying the date.
| | +---
@param format Conversion specifiers similar to those used in strftime().
| | +---
@result Returns the newly initialized date object or nil on error.
| | +---[ NEWLINE ]
| | +---*/
| +---[ NEWLINE ]
| +-*-+ (HAS STATE)
| | +---
| | +---(
| | | +---id
| | | +---)
| | +---dateWithString
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---description
| | +---
| | +---calendarFormat
| | +---:
| | +---(
| | | +---NSString
| | | +---
| | | +---*
| | | +---)
| | +---format
| | +---;
| +---
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---[ NEWLINE ]
| +---@
| +---@end
+---[ NEWLINE ]
END OF OBJECT
OBJECT: trainsMethodOne (HeaderDoc::Method)
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSBorderType
| | +---)
| +---trainsMethodOne
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method trainsMethodTwo
| +---
@abstract Returns a constant representing the title position.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSTitlePosition
| | +---)
| +---trainsMethodTwo
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method dateWithString:calendarFormat:
| +---
@abstract Creates and returns a calendar date initialized with the date
| +---
specified in the string description.
| +---
@discussion Test method three in class one.
| +---
@param description A string specifying the date.
| +---
@param format Conversion specifiers similar to those used in strftime().
| +---
@result Returns the newly initialized date object or nil on error.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: trainsMethodTwo (HeaderDoc::Method)
+-*-- (HAS STATE)
| +---
| +---(
| | +---NSTitlePosition
| | +---)
| +---trainsMethodTwo
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---/*
| +---!
| +---
@method dateWithString:calendarFormat:
| +---
@abstract Creates and returns a calendar date initialized with the date
| +---
specified in the string description.
| +---
@discussion Test method three in class one.
| +---
@param description A string specifying the date.
| +---
@param format Conversion specifiers similar to those used in strftime().
| +---
@result Returns the newly initialized date object or nil on error.
| +---[ NEWLINE ]
| +---*/
+---[ NEWLINE ]
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: dateWithString:calendarFormat: (HeaderDoc::Method)
+-*-+ (HAS STATE)
| +---
| +---(
| | +---id
| | +---)
| +---dateWithString
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---description
| +---
| +---calendarFormat
| +---:
| +---(
| | +---NSString
| | +---
| | +---*
| | +---)
| +---format
| +---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---[ NEWLINE ]
+---[ NEWLINE ]
+---@
+---@end
END OF OBJECT
OBJECT: _titleCell (HeaderDoc::Var)
+-*-id (HAS STATE)
+---
+---_titleCell
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_contentView
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSSize (HAS STATE)
+---
+---_offsets
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_borderRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _contentView (HeaderDoc::Var)
+-*-id (HAS STATE)
+---
+---_contentView
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-NSSize (HAS STATE)
+---
+---_offsets
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_borderRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _offsets (HeaderDoc::Var)
+-*-NSSize (HAS STATE)
+---
+---_offsets
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_borderRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _borderRect (HeaderDoc::Var)
+-*-NSRect (HAS STATE)
+---
+---_borderRect
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _titleRect (HeaderDoc::Var)
+-*-NSRect (HAS STATE)
+---
+---_titleRect
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
+---[ NEWLINE ]
+---}
END OF OBJECT
OBJECT: _unused (HeaderDoc::Var)
+-*-id (HAS STATE)
+---
+---_unused
+---;
+---
-=-=-=-=-=-=- EODEC -=-=-=-=-=-=-
+---[ NEWLINE ]
+---}
END OF OBJECT
-=: HTML OUTPUT OF PARSE TREES :=-
OBJECT: Trains_2 (HeaderDoc::ObjCClass)
@<!-- a logicalPath="//test_ref/occ/cl/interface //test_ref/occ/tdef/interface //test_ref/occ/tag/interface //test_ref/occ/econst/interface //test_ref/occ/struct/interface //test_ref/occ/clconst/interface //test_ref/occ/intf/interface" --><span class="type">interface</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/cl/Trains_2 //test_ref/occ/tdef/Trains_2 //test_ref/occ/tag/Trains_2 //test_ref/occ/econst/Trains_2 //test_ref/occ/struct/Trains_2 //test_ref/occ/clconst/Trains_2 //test_ref/occ/intf/Trains_2" --><span class="type">Trains_2</span><!-- /a --> : <!-- a logicalPath="//test_ref/occ/cl/Vehicles //test_ref/occ/tdef/Vehicles //test_ref/occ/tag/Vehicles //test_ref/occ/econst/Vehicles //test_ref/occ/struct/Vehicles //test_ref/occ/clconst/Vehicles //test_ref/occ/intf/Vehicles" --><span class="type">Vehicles</span><!-- /a --> {
<span class="comment">/*All instance variables are private*/</span>
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleCell //test_ref/occ/data/_titleCell" --><span class="var">_titleCell</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_contentView //test_ref/occ/data/_contentView" --><span class="var">_contentView</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSSize //test_ref/occ/tdef/NSSize //test_ref/occ/tag/NSSize //test_ref/occ/econst/NSSize //test_ref/occ/struct/NSSize //test_ref/occ/clconst/NSSize //test_ref/occ/intf/NSSize" --><span class="type">NSSize</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_offsets //test_ref/occ/data/_offsets" --><span class="var">_offsets</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_borderRect //test_ref/occ/data/_borderRect" --><span class="var">_borderRect</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleRect //test_ref/occ/data/_titleRect" --><span class="var">_titleRect</span><!-- /a -->;
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_unused //test_ref/occ/data/_unused" --><span class="var">_unused</span><!-- /a -->;
} <span class="comment">/*!
@method trainsMethodOne
@abstract Returns the receiver's border type.
@discussion Returns the receiver's border type. Border types are defined
in NSView.h. Currently, the following border types are defined:
* NSNoBorder
* NSLineBorder
* NSBezelBorder
* NSGrooveBorder
By default, an Train's border type is NSGrooveBorder.</span>
<span class="comment">*/</span>
- (
<span class="param">NSBorderType</span>)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodOne //test_ref/occ/data/trainsMethodOne" --><span class="var">trainsMethodOne</span><!-- /a -->; <span class="comment">/*!
@method trainsMethodTwo
@abstract Returns a constant representing the title position.</span>
<span class="comment">*/</span>
- (
<span class="param">NSTitlePosition</span>)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodTwo //test_ref/occ/data/trainsMethodTwo" --><span class="var">trainsMethodTwo</span><!-- /a -->; <span class="comment">/*!
@method dateWithString:calendarFormat:
@abstract Creates and returns a calendar date initialized with the date
specified in the string description.
@discussion Test method three in class one.
@param description A string specifying the date.
@param format Conversion specifiers similar to those used in strftime().
@result Returns the newly initialized date object or nil on error.</span>
<span class="comment">*/</span>
+ (
<span class="param">id</span>)<!-- a logicalPath="//test_ref/occ/cl/dateWithString //test_ref/occ/tdef/dateWithString //test_ref/occ/tag/dateWithString //test_ref/occ/econst/dateWithString //test_ref/occ/struct/dateWithString //test_ref/occ/clconst/dateWithString //test_ref/occ/intf/dateWithString" --><span class="type">dateWithString</span><!-- /a -->:(
<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/cl/description //test_ref/occ/tdef/description //test_ref/occ/tag/description //test_ref/occ/econst/description //test_ref/occ/struct/description //test_ref/occ/clconst/description //test_ref/occ/intf/description" --><span class="type">description</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/cl/calendarFormat //test_ref/occ/tdef/calendarFormat //test_ref/occ/tag/calendarFormat //test_ref/occ/econst/calendarFormat //test_ref/occ/struct/calendarFormat //test_ref/occ/clconst/calendarFormat //test_ref/occ/intf/calendarFormat" --><span class="type">calendarFormat</span><!-- /a -->:(
<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/econst/format //test_ref/occ/data/format" --><span class="var">format</span><!-- /a -->; @@end
END OF OBJECT
OBJECT: trainsMethodOne (HeaderDoc::Method)
- (<!-- a logicalPath="//test_ref/occ/cl/NSBorderType //test_ref/occ/tdef/NSBorderType //test_ref/occ/tag/NSBorderType //test_ref/occ/econst/NSBorderType //test_ref/occ/struct/NSBorderType //test_ref/occ/clconst/NSBorderType //test_ref/occ/intf/NSBorderType" --><span class="type">NSBorderType</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodOne //test_ref/occ/data/trainsMethodOne" --><span class="var">trainsMethodOne</span><!-- /a -->;
END OF OBJECT
OBJECT: trainsMethodTwo (HeaderDoc::Method)
- (<!-- a logicalPath="//test_ref/occ/cl/NSTitlePosition //test_ref/occ/tdef/NSTitlePosition //test_ref/occ/tag/NSTitlePosition //test_ref/occ/econst/NSTitlePosition //test_ref/occ/struct/NSTitlePosition //test_ref/occ/clconst/NSTitlePosition //test_ref/occ/intf/NSTitlePosition" --><span class="type">NSTitlePosition</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/econst/trainsMethodTwo //test_ref/occ/data/trainsMethodTwo" --><span class="var">trainsMethodTwo</span><!-- /a -->;
END OF OBJECT
OBJECT: dateWithString:calendarFormat: (HeaderDoc::Method)
+ (<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a -->)<!-- a logicalPath="//test_ref/occ/instm/dateWithString //test_ref/occ/clm/dateWithString //test_ref/occ/intfcm/dateWithString //test_ref/occ/intfm/dateWithString //test_ref/occ/func/dateWithString //test_ref/occ/ftmplt/dateWithString //test_ref/occ/defn/dateWithString //test_ref/occ/macro/dateWithString" --><span class="function">dateWithString</span><!-- /a -->:(<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<span class="param">description</span> <!-- a logicalPath="//test_ref/occ/instm/calendarFormat //test_ref/occ/clm/calendarFormat //test_ref/occ/intfcm/calendarFormat //test_ref/occ/intfm/calendarFormat //test_ref/occ/func/calendarFormat //test_ref/occ/ftmplt/calendarFormat //test_ref/occ/defn/calendarFormat //test_ref/occ/macro/calendarFormat" --><span class="function">calendarFormat</span><!-- /a -->:(<!-- a logicalPath="//test_ref/occ/cl/NSString //test_ref/occ/tdef/NSString //test_ref/occ/tag/NSString //test_ref/occ/econst/NSString //test_ref/occ/struct/NSString //test_ref/occ/clconst/NSString //test_ref/occ/intf/NSString" --><span class="type">NSString</span><!-- /a --> <span class="type">*</span>)<!-- a logicalPath="//test_ref/occ/econst/format //test_ref/occ/data/format" --><span class="var">format</span><!-- /a -->;
END OF OBJECT
OBJECT: _titleCell (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleCell //test_ref/occ/data/_titleCell" --><span class="var">_titleCell</span><!-- /a -->;
END OF OBJECT
OBJECT: _contentView (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_contentView //test_ref/occ/data/_contentView" --><span class="var">_contentView</span><!-- /a -->;
END OF OBJECT
OBJECT: _offsets (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/NSSize //test_ref/occ/tdef/NSSize //test_ref/occ/tag/NSSize //test_ref/occ/econst/NSSize //test_ref/occ/struct/NSSize //test_ref/occ/clconst/NSSize //test_ref/occ/intf/NSSize" --><span class="type">NSSize</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_offsets //test_ref/occ/data/_offsets" --><span class="var">_offsets</span><!-- /a -->;
END OF OBJECT
OBJECT: _borderRect (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_borderRect //test_ref/occ/data/_borderRect" --><span class="var">_borderRect</span><!-- /a -->;
END OF OBJECT
OBJECT: _titleRect (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/NSRect //test_ref/occ/tdef/NSRect //test_ref/occ/tag/NSRect //test_ref/occ/econst/NSRect //test_ref/occ/struct/NSRect //test_ref/occ/clconst/NSRect //test_ref/occ/intf/NSRect" --><span class="type">NSRect</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_titleRect //test_ref/occ/data/_titleRect" --><span class="var">_titleRect</span><!-- /a -->;
END OF OBJECT
OBJECT: _unused (HeaderDoc::Var)
<!-- a logicalPath="//test_ref/occ/cl/id //test_ref/occ/tdef/id //test_ref/occ/tag/id //test_ref/occ/econst/id //test_ref/occ/struct/id //test_ref/occ/clconst/id //test_ref/occ/intf/id" --><span class="type">id</span><!-- /a --> <!-- a logicalPath="//test_ref/occ/econst/_unused //test_ref/occ/data/_unused" --><span class="var">_unused</span><!-- /a -->;
END OF OBJECT
$1|C$6|parser