Jurassic.Compiler.Scope.Scope C# (CSharp) 메소드

Scope() 보호된 메소드

Creates a new Scope instance.
protected Scope ( Scope parentScope ) : System
parentScope Scope A reference to the parent scope, or null if this is /// the global scope.
리턴 System
        protected Scope(Scope parentScope)
            : this(parentScope, 0)
        {
        }

Same methods

Scope::Scope ( Scope parentScope, int declaredVariableCount ) : System