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

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

Méthodes publiques

Свойство Type Description
Path IdentifierElement

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode Description
EvaluateLoop ( CompilationState state ) : Context

Will evaluate to a context inside a loop. Used for the context inside #each blocks

MemberExpression ( IdentifierElement path ) : System
TryEvaluate ( CompilationState state, Context &context ) : bool

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Path public_oe property

public IdentifierElement,CompiledHandlebars.Compiler.AST.Expressions Path
Résultat IdentifierElement