Beispiel #1
0
        Types tokType; // ��ǰ�Ǻ�����

        #endregion Fields

        #region Constructors

        //���캯��
        public Parser()
        {
            FunctionResult = null;
            InterF = new InterFunction();
            InterFunctions = new SortedList();
            ExterFunctions = new SortedList();
            //����ڲ�����
            GetInterFunctions();
        }
Beispiel #2
0
 //构造函数
 public Parser()
 {
     FunctionResult = null;
     InterF         = new InterFunction();
     InterFunctions = new SortedList();
     ExterFunctions = new SortedList();
     //添加内部函数
     GetInterFunctions();
 }