C# Class Rosetta.AST.Helpers.Modifiers

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

Méthodes publiques

Méthode Description
Get ( this tokenList ) : VisibilityToken

Produces the right visibility token for a node.

IsExposedVisibility ( this visibilityToken ) : bool

Gets a value indicating whether the visibility is expression access to member.

Method Details

Get() public static méthode

Produces the right visibility token for a node.
public static Get ( this tokenList ) : VisibilityToken
tokenList this The containing the list of modifiers.
Résultat VisibilityToken

IsExposedVisibility() public static méthode

Gets a value indicating whether the visibility is expression access to member.
public static IsExposedVisibility ( this visibilityToken ) : bool
visibilityToken this
Résultat bool