Babel.Compiler.ProtectWhen.ProtectWhen C# (CSharp) Method

ProtectWhen() public method

public ProtectWhen ( TypeSpecifier typeSpecifier, StatementList thenPart, Location location ) : System
typeSpecifier TypeSpecifier
thenPart StatementList
location Location
return System
        public ProtectWhen(TypeSpecifier typeSpecifier,
                           StatementList thenPart,
                           Location location)
            : base(location)
        {
            this.typeSpecifier = typeSpecifier;
            this.thenPart = thenPart;
        }