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

Inheritance: Expression
Show file Open project: Noxum/CompiledHandlebars

Public Properties

Property Type Description
Path IdentifierElement

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method 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 method

public ToString ( ) : string
return string

Property Details

Path public property

public IdentifierElement,CompiledHandlebars.Compiler.AST.Expressions Path
return IdentifierElement