C# Class Veil.SuperSimple.SuperSimpleExpressionParser

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

Méthodes publiques

Méthode Description
Parse ( LinkedList scopes, string originalExpression ) : ExpressionNode

Private Methods

Méthode Description
IsDictionary ( this t ) : bool
IsLateBoundAcceptingType ( Type type ) : bool
ParseAgainstModel ( string originalExpression, string expression, SuperSimpleTemplateParserScope scope, ExpressionScope expressionScope ) : ExpressionNode

Method Details

Parse() public static méthode

public static Parse ( LinkedList scopes, string originalExpression ) : ExpressionNode
scopes LinkedList
originalExpression string
Résultat Veil.Parser.ExpressionNode