C# Class Monobjc.Tools.InterfaceBuilder.Visitors.ClassDescriptionCollector

This implementation of IIBVisitor collects all the IBPartialClassDescription instances of an IBArchive.
Inheritance: IIBVisitor
Mostrar archivo Open project: Monobjc/monobjc-tools Class Usage Examples

Public Methods

Method Description
Visit ( IBArchive item ) : void

Visits the specified item.

Visit ( IBArray item ) : void

Visits the specified item.

Visit ( IBBoolean item ) : void

Visits the specified item.

Visit ( IBBytes item ) : void

Visits the specified item.

Visit ( IBClassDescriber item ) : void

Visits the specified item.

Visit ( IBDictionary item ) : void

Visits the specified item.

Visit ( IBDouble item ) : void

Visits the specified item.

Visit ( IBFloat item ) : void

Visits the specified item.

Visit ( IBInteger item ) : void

Visits the specified item.

Visit ( IBNil item ) : void

Visits the specified item.

Visit ( IBObject item ) : void

Visits the specified item.

Visit ( IBPartialClassDescription item ) : void

Visits the specified item.

Visit ( IBReference item ) : void

Visits the specified item.

Visit ( IBSet item ) : void

Visits the specified item.

Visit ( IBString item ) : void

Visits the specified item.

this ( String className ) : IEnumerable

Returns all the IBPartialClassDescription related to a given class Name.

Method Details

Visit() public method

Visits the specified item.
public Visit ( IBArchive item ) : void
item IBArchive
return void

Visit() public method

Visits the specified item.
public Visit ( IBArray item ) : void
item IBArray
return void

Visit() public method

Visits the specified item.
public Visit ( IBBoolean item ) : void
item IBBoolean
return void

Visit() public method

Visits the specified item.
public Visit ( IBBytes item ) : void
item IBBytes
return void

Visit() public method

Visits the specified item.
public Visit ( IBClassDescriber item ) : void
item IBClassDescriber
return void

Visit() public method

Visits the specified item.
public Visit ( IBDictionary item ) : void
item IBDictionary
return void

Visit() public method

Visits the specified item.
public Visit ( IBDouble item ) : void
item IBDouble
return void

Visit() public method

Visits the specified item.
public Visit ( IBFloat item ) : void
item IBFloat
return void

Visit() public method

Visits the specified item.
public Visit ( IBInteger item ) : void
item IBInteger
return void

Visit() public method

Visits the specified item.
public Visit ( IBNil item ) : void
item IBNil The item.
return void

Visit() public method

Visits the specified item.
public Visit ( IBObject item ) : void
item IBObject
return void

Visit() public method

Visits the specified item.
public Visit ( IBPartialClassDescription item ) : void
item IBPartialClassDescription
return void

Visit() public method

Visits the specified item.
public Visit ( IBReference item ) : void
item IBReference
return void

Visit() public method

Visits the specified item.
public Visit ( IBSet item ) : void
item IBSet The item.
return void

Visit() public method

Visits the specified item.
public Visit ( IBString item ) : void
item IBString
return void

this() public method

Returns all the IBPartialClassDescription related to a given class Name.
public this ( String className ) : IEnumerable
className String
return IEnumerable