Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
JCoreParser
type TJCoreParserObject = class(TObject)
constructor Create(AOwner: TJCoreParserObject); virtual;
destructor Destroy; override;
class function Apply(Reader: TJCoreParserReader): Boolean;
procedure ExtractItem(AItem: TJCoreParserObject);
function ItemCount: Integer;
procedure Read(Reader: TJCoreParserReader);
property Items[AIndex:Integer]: TJCoreParserObject read GetItems;
property Owner: TJCoreParserObject read FOwner;
property Parent: TJCoreParserObject read FParent write FParent;