C# Class Rosetta.AST.Helpers.LiteralExpression

Helper for accessing literal expressions in AST.
Inheritance: Helper
Mostra file Open project: andry-tino/Rosetta

Private Properties

Property Type Description

Public Methods

Method Description
LiteralExpression ( LiteralExpressionSyntax syntaxNode ) : System

Initializes a new instance of the LiteralExpression class.

LiteralExpression ( LiteralExpressionSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System

Initializes a new instance of the LiteralExpression class.

Method Details

LiteralExpression() public method

Initializes a new instance of the LiteralExpression class.
public LiteralExpression ( LiteralExpressionSyntax syntaxNode ) : System
syntaxNode LiteralExpressionSyntax
return System

LiteralExpression() public method

Initializes a new instance of the LiteralExpression class.
public LiteralExpression ( LiteralExpressionSyntax syntaxNode, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System
syntaxNode LiteralExpressionSyntax
semanticModel Microsoft.CodeAnalysis.SemanticModel
return System