Antlr4.StringTemplate.Compiler.CompiledTemplate.CompiledTemplate C# (CSharp) Method

CompiledTemplate() public method

public CompiledTemplate ( ) : System.Collections.Generic
return System.Collections.Generic
        public CompiledTemplate()
        {
            instrs = new byte[TemplateCompiler.InitialCodeSize];
            sourceMap = new Interval[TemplateCompiler.InitialCodeSize];
            _template = string.Empty;
        }