C# Class CompiledHandlebars.Compiler.AST.Expressions.SpecialExpression

Inheritance: Expression
Afficher le fichier Open project: Noxum/CompiledHandlebars

Méthodes protégées

Méthode Description
InsideEachLoopCheck ( CompilationState state ) : bool
IsCompileTimeLoop ( CompilationState state ) : CompileTimeLoopContext

Method Details

InsideEachLoopCheck() protected méthode

protected InsideEachLoopCheck ( CompilationState state ) : bool
state CompiledHandlebars.Compiler.CodeGeneration.CompilationState
Résultat bool

IsCompileTimeLoop() protected méthode

protected IsCompileTimeLoop ( CompilationState state ) : CompileTimeLoopContext
state CompiledHandlebars.Compiler.CodeGeneration.CompilationState
Résultat CompiledHandlebars.Compiler.Introspection.CompileTimeLoopContext