Exemplo n.º 1
0
		public DocFieldConsumersPerThread(DocFieldProcessorPerThread docFieldProcessorPerThread, DocFieldConsumers parent, DocFieldConsumerPerThread one, DocFieldConsumerPerThread two)
		{
			this.parent = parent;
			this.one = one;
			this.two = two;
			docState = docFieldProcessorPerThread.docState;
		}
Exemplo 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;
 }
Exemplo n.º 3
0
 private void  InitBlock(DocFieldConsumers enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Exemplo n.º 4
0
 public PerDoc(DocFieldConsumers enclosingInstance)
 {
     InitBlock(enclosingInstance);
 }
Exemplo n.º 5
0
			private void  InitBlock(DocFieldConsumers enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
Exemplo n.º 6
0
			public PerDoc(DocFieldConsumers enclosingInstance)
			{
				InitBlock(enclosingInstance);
			}