Babel.Compiler.LocalVariableStack.CreateLocal C# (CSharp) Method

CreateLocal() public abstract method

public abstract CreateLocal ( string name, TypeData type, bool isTypecaseVariable ) : LocalVariable
name string
type TypeData
isTypecaseVariable bool
return LocalVariable
        public abstract LocalVariable CreateLocal(string name, TypeData type,
                                                  bool isTypecaseVariable);