Beispiel #1
0
		protected abstract void GenerateCaseStatement(CodeCaseStatement e);
Beispiel #2
0
			public void Visit(CodeCaseStatement o)
			{
				g.GenerateCaseStatement(o);
			}