C# Class Rosetta.AST.Helpers.LiteralExpression

Helper for accessing literal expressions in AST.
Inheritance: Helper
Afficher le fichier Open project: andry-tino/Rosetta

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

LiteralExpression() public méthode

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