예제 #1
0
 public Token(string str, Refrence.UpperClass UC, Refrence.Class C, int L)
 {
     Line      = L;
     Literal   = str;
     Type      = C;
     UpperType = UC;
 }
예제 #2
0
 public Token(string str, Refrence.UpperClass UC)
 {
     Literal   = str;
     UpperType = UC;
 }