Beispiel #1
0
 public EmitState() 
 {
     this.column = 0;
     this.line = 0;
     this.container = EmitContainer.Prog;
 }
Beispiel #2
0
 public EmitState()
 {
     this.column    = 0;
     this.line      = 0;
     this.container = EmitContainer.Prog;
 }