pub type SyntaxToken = SyntaxToken<WorkflowDescriptionLanguage>;Expand description
Represents a token in the concrete syntax tree.
Aliased Type§
pub struct SyntaxToken { /* private fields */ }Trait Implementations§
Source§impl TreeToken for SyntaxToken
impl TreeToken for SyntaxToken
Source§type Node = SyntaxNode<WorkflowDescriptionLanguage>
type Node = SyntaxNode<WorkflowDescriptionLanguage>
The associated node type for the token.
Source§fn parent(&self) -> SyntaxNode
fn parent(&self) -> SyntaxNode
Gets the parent node of the token.
Source§fn kind(&self) -> SyntaxKind
fn kind(&self) -> SyntaxKind
Gets the syntax kind for the token.