Inheritance: ICodeGenerator
Exemplo n.º 1
0
			public Visitor (CodeGenerator generator)
			{
				this.g = generator;
			}