PXCombinatorBase Class Reference
| Inherits from | NSObject |
| Conforms to | PXCombinator |
| Declared in | PXCombinatorBase.h |
Overview
The PXCombinatorBase is an abstract base class used to capture the common functionality of all combinators in one place. Instances of this class should not be created.
Tasks
-
displayNameA text representation of this combinator used for debugging and testing
property -
– initWithLHS:RHS:Initialize a new instance with the specified left- and right-side selectors
Instance Methods
initWithLHS:RHS:
Initialize a new instance with the specified left- and right-side selectors
- (id)initWithLHS:(id<PXSelector>)lhs RHS:(id<PXSelector>)rhsParameters
- lhs
The selector to the left of this combinator
- rhs
The selector to the right of this combinator
Discussion
Initialize a new instance with the specified left- and right-side selectors
Declared In
PXCombinatorBase.h