Ejemplo n.º 1
0
        public PatternMatchingHelper CreatePatterMatchingHelper()
        {
            if (pmh == null)
            {
                pmh = new PatternMatchingHelper(this);

                pmh.CreateContainer();
                pmh.DefineContainer();
                pmh.Define();
                AddCompilerGeneratedClass(pmh);
            }

            return(pmh);
        }
Ejemplo n.º 2
0
		public PatternMatchingHelper CreatePatterMatchingHelper ()
		{
			if (pmh == null) {
				pmh = new PatternMatchingHelper (this);

				pmh.CreateContainer ();
				pmh.DefineContainer ();
				pmh.Define ();
				AddCompilerGeneratedClass (pmh);
			}

			return pmh;
		}