Esempio n. 1
0
        public sunScope()
        {
#endif
            mStorables = new List <sunStorableSymbol>(10);
#if SSC_SCOPES
            mType = type;
#endif
        }
Esempio n. 2
0
 public void Push(sunScopeType type)
 {
     mStack.Add(new sunScope(type));
 }
Esempio n. 3
0
 public sunScope(sunScopeType type)
 {