PathSegmentToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lexical token representing a segment in a path.
public abstract class PathSegmentToken
type PathSegmentToken = class
Public MustInherit Class PathSegmentToken
- Inheritance
-
PathSegmentToken
- Derived
Constructors
PathSegmentToken(PathSegmentToken) |
build this segment token using the next token |
Properties
Identifier |
The name of the property to access. |
IsStructuralProperty |
Is this a structural property |
NextToken |
Get the NextToken in the path |
Methods
Accept(IPathSegmentTokenVisitor) |
Accept a IPathSegmentTokenVisitor to walk a tree of PathSegmentTokens. |
Accept<T>(IPathSegmentTokenVisitor<T>) |
Accept a IPathSegmentTokenVisitor<T> to walk a tree of PathSegmentTokens. |
IsNamespaceOrContainerQualified() |
Is this token namespace or container qualified. |