C# Class FluentArithmeticAnalyzer.SyntaxExtensions

Show file Open project: ufcpp/UfcppSample

Public Methods

Method Description
GetFluentExtensionsMember ( this expr, SyntaxNodeAnalysisContext context ) : ISymbol
GetLiteralArgument ( this expr ) : LiteralExpressionSyntax
GetLiteralExpression ( this expr ) : LiteralExpressionSyntax
GetMemberName ( this expr ) : string

Method Details

GetFluentExtensionsMember() public static method

public static GetFluentExtensionsMember ( this expr, SyntaxNodeAnalysisContext context ) : ISymbol
expr this
context SyntaxNodeAnalysisContext
return ISymbol

GetLiteralArgument() public static method

public static GetLiteralArgument ( this expr ) : LiteralExpressionSyntax
expr this
return LiteralExpressionSyntax

GetLiteralExpression() public static method

public static GetLiteralExpression ( this expr ) : LiteralExpressionSyntax
expr this
return LiteralExpressionSyntax

GetMemberName() public static method

public static GetMemberName ( this expr ) : string
expr this
return string