C# 클래스 Nustache.Compilation.CompilePartVisitor

상속: PartVisitor
파일 보기 프로젝트 열기: jdiamond/Nustache 1 사용 예제들

공개 메소드들

메소드 설명
CompilePartVisitor ( Nustache.Compilation.CompileContext context ) : System
Result ( ) : Expression
Visit ( Nustache.Core.Block block ) : void
Visit ( Nustache.Core.EndSection endSections ) : void
Visit ( Nustache.Core.InvertedBlock invertedBlock ) : void
Visit ( Nustache.Core.LiteralText literal ) : void
Visit ( Nustache.Core.Section section ) : void
Visit ( Nustache.Core.TemplateInclude include ) : void
Visit ( VariableReference variable ) : void

보호된 메소드들

메소드 설명
Concat ( IEnumerable expressions ) : Expression

메소드 상세

CompilePartVisitor() 공개 메소드

public CompilePartVisitor ( Nustache.Compilation.CompileContext context ) : System
context Nustache.Compilation.CompileContext
리턴 System

Concat() 보호된 메소드

protected Concat ( IEnumerable expressions ) : Expression
expressions IEnumerable
리턴 System.Linq.Expressions.Expression

Result() 공개 메소드

public Result ( ) : Expression
리턴 System.Linq.Expressions.Expression

Visit() 공개 메소드

public Visit ( Nustache.Core.Block block ) : void
block Nustache.Core.Block
리턴 void

Visit() 공개 메소드

public Visit ( Nustache.Core.EndSection endSections ) : void
endSections Nustache.Core.EndSection
리턴 void

Visit() 공개 메소드

public Visit ( Nustache.Core.InvertedBlock invertedBlock ) : void
invertedBlock Nustache.Core.InvertedBlock
리턴 void

Visit() 공개 메소드

public Visit ( Nustache.Core.LiteralText literal ) : void
literal Nustache.Core.LiteralText
리턴 void

Visit() 공개 메소드

public Visit ( Nustache.Core.Section section ) : void
section Nustache.Core.Section
리턴 void

Visit() 공개 메소드

public Visit ( Nustache.Core.TemplateInclude include ) : void
include Nustache.Core.TemplateInclude
리턴 void

Visit() 공개 메소드

public Visit ( VariableReference variable ) : void
variable Nustache.Core.VariableReference
리턴 void