Partager via


PathSegmentToken Classe

Définition

Jeton lexical représentant un segment dans un chemin d’accès.

public abstract class PathSegmentToken
type PathSegmentToken = class
Public MustInherit Class PathSegmentToken
Héritage
PathSegmentToken
Dérivé

Constructeurs

PathSegmentToken(PathSegmentToken)

générer ce jeton de segment à l’aide du jeton suivant

Propriétés

Identifier

Nom de la propriété à laquelle accéder.

IsStructuralProperty

S’agit-il d’une propriété structurelle

NextToken

Obtenir le NextToken dans le chemin d’accès

Méthodes

Accept(IPathSegmentTokenVisitor)

Acceptez un IPathSegmentTokenVisitor pour marcher sur un arbre de PathSegmentTokens.

Accept<T>(IPathSegmentTokenVisitor<T>)

Acceptez un IPathSegmentTokenVisitor<T> pour marcher sur un arbre de PathSegmentTokens.

IsNamespaceOrContainerQualified()

Cet espace de noms ou conteneur de jetons est-il qualifié?

S’applique à