PrototypeContext
- 
class 
PrototypeContext() 
Constructors
Properties
Methods
Constructors
- 
PrototypeContext.constructor(shared, inclusionContext) Arguments: - shared (
SharedPrototypeContext()|LazyObject()<SharedPrototypeContext()>) – None - inclusionContext (
InclusionContext()) – None 
Return type: - shared (
 
Properties
- 
PrototypeContext.__PrototypeContext Type: PhantomMember 
Methods
addReferrer
- 
PrototypeContext.addReferrer(referrer) Arguments: - referrer (
ProductOccurrence()) – None 
Return type: void
- referrer (
 
getInclusionContext
- 
PrototypeContext.getInclusionContext() Return type: InclusionContext()
getProductOccurrence
- 
PrototypeContext.getProductOccurrence() Return type: LazyPromise()<ProductOccurrence()>
getReferrers
- 
PrototypeContext.getReferrers() Return type: [ ProductOccurrence()]
removeReferrer
- 
PrototypeContext.removeReferrer(node) Arguments: - node (
ProductOccurrence()) – None 
Return type: boolean
- node (