C# Class ExpressionEngine.Internal.SyntaxTree

显示文件 Open project: gsscoder/exprengine

Public Methods

Method Description
ParseString ( string value ) : SyntaxTree

Convenience method for building an AST from a string, used internally.

Private Methods

Method Description
SyntaxTree ( ) : ExpressionEngine.Internal.Ast
SyntaxTree ( Expression root ) : ExpressionEngine.Internal.Ast

Method Details

ParseString() public static method

Convenience method for building an AST from a string, used internally.
public static ParseString ( string value ) : SyntaxTree
value string
return SyntaxTree