Print() public method

public Print ( ) : void
return void
Ejemplo n.º 1
0
		public void Print(SymbolSet x,string s)
		{
			Console.Write("Transition ("+m_ps.m_state+","+m_A.yytext+") "+s+" ");
			x.Print();
		}
Ejemplo n.º 2
0
 public void Print(SymbolSet x, string s)
 {
     Console.Write("Transition (" + (object)this.m_ps.m_state + "," + this.m_A.yytext + ") " + s + " ");
     x.Print();
 }