Inheritance: ICodeGenerator
Example #1
0
			public Visitor (CodeGenerator generator)
			{
				this.g = generator;
			}