C# Class MonoDevelop.RazorGenerator.PreprocessedAttributeBlockCodeGenerator

Inheritance: System.Web.Razor.Generator.AttributeBlockCodeGenerator
Show file Open project: LogosBible/monodevelop

Public Methods

Method Description
GenerateEndBlockCode ( System.Web.Razor.Parser.SyntaxTree.Block target, System.Web.Razor.Generator.CodeGeneratorContext context ) : void
GenerateStartBlockCode ( System.Web.Razor.Parser.SyntaxTree.Block target, System.Web.Razor.Generator.CodeGeneratorContext context ) : void
PreprocessedAttributeBlockCodeGenerator ( System.Web.Razor.Generator.AttributeBlockCodeGenerator old ) : System.Web.Razor.Parser.SyntaxTree

Method Details

GenerateEndBlockCode() public method

public GenerateEndBlockCode ( System.Web.Razor.Parser.SyntaxTree.Block target, System.Web.Razor.Generator.CodeGeneratorContext context ) : void
target System.Web.Razor.Parser.SyntaxTree.Block
context System.Web.Razor.Generator.CodeGeneratorContext
return void

GenerateStartBlockCode() public method

public GenerateStartBlockCode ( System.Web.Razor.Parser.SyntaxTree.Block target, System.Web.Razor.Generator.CodeGeneratorContext context ) : void
target System.Web.Razor.Parser.SyntaxTree.Block
context System.Web.Razor.Generator.CodeGeneratorContext
return void

PreprocessedAttributeBlockCodeGenerator() public method

public PreprocessedAttributeBlockCodeGenerator ( System.Web.Razor.Generator.AttributeBlockCodeGenerator old ) : System.Web.Razor.Parser.SyntaxTree
old System.Web.Razor.Generator.AttributeBlockCodeGenerator
return System.Web.Razor.Parser.SyntaxTree