示例#1
0
 public TokenTree()
 {
     this.Root = new TokenNode();
 }