public DocFieldConsumersPerThread(DocFieldProcessorPerThread docFieldProcessorPerThread, DocFieldConsumers parent, DocFieldConsumerPerThread one, DocFieldConsumerPerThread two)
		{
			this.parent = parent;
			this.one = one;
			this.two = two;
			docState = docFieldProcessorPerThread.docState;
		}
Esempio n. 2
0
 public DocFieldConsumersPerThread(DocFieldProcessorPerThread docFieldProcessorPerThread, DocFieldConsumers parent, DocFieldConsumerPerThread one, DocFieldConsumerPerThread two)
 {
     this.parent = parent;
     this.one    = one;
     this.two    = two;
     docState    = docFieldProcessorPerThread.docState;
 }
Esempio n. 3
0
 private void  InitBlock(DocFieldConsumers enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Esempio n. 4
0
 public PerDoc(DocFieldConsumers enclosingInstance)
 {
     InitBlock(enclosingInstance);
 }
Esempio n. 5
0
			private void  InitBlock(DocFieldConsumers enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
Esempio n. 6
0
			public PerDoc(DocFieldConsumers enclosingInstance)
			{
				InitBlock(enclosingInstance);
			}