Compartilhar via


PathSegmentToken Classe

Definição

Token lexical que representa um segmento em um caminho.

public abstract class PathSegmentToken
type PathSegmentToken = class
Public MustInherit Class PathSegmentToken
Herança
PathSegmentToken
Derivado

Construtores

PathSegmentToken(PathSegmentToken)

criar este token de segmento usando o próximo token

Propriedades

Identifier

O nome da propriedade a ser acessada.

IsStructuralProperty

Essa é uma propriedade estrutural

NextToken

Obter o NextToken no caminho

Métodos

Accept(IPathSegmentTokenVisitor)

Aceite um IPathSegmentTokenVisitor para andar em uma árvore de PathSegmentTokens.

Accept<T>(IPathSegmentTokenVisitor<T>)

Aceite um IPathSegmentTokenVisitor<T> para andar em uma árvore de PathSegmentTokens.

IsNamespaceOrContainerQualified()

Esse namespace de token ou contêiner é qualificado.

Aplica-se a