C# Class Veil.Handlebars.HandlebarsExpressionParser

Afficher le fichier Open project: namics/TerrificNet Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( HandlebarsParserState state, HandlebarsBlockStack blockStack, SourceLocation location, string expression, IMemberLocator memberLocator = null ) : ExpressionNode

Private Methods

Méthode Description
IsDictionary ( this t ) : bool
IsLateBoundAcceptingType ( Type type ) : bool
ParseAgainstModel ( Type modelType, string expression, ExpressionScope expressionScope, int recursionLevel, IMemberLocator memberLocator, SourceLocation location ) : ExpressionNode

Method Details

Parse() public static méthode

public static Parse ( HandlebarsParserState state, HandlebarsBlockStack blockStack, SourceLocation location, string expression, IMemberLocator memberLocator = null ) : ExpressionNode
state HandlebarsParserState
blockStack HandlebarsBlockStack
location Veil.Parser.SourceLocation
expression string
memberLocator IMemberLocator
Résultat Veil.Parser.ExpressionNode