예제 #1
0
 public IdentExprNode(OILNode _idsym)
 {
     type  = OILType.IdentExpr;
     idsym = _idsym;
 }