[−][src]Trait sixtyfps_compilerlib::parser::SyntaxNodeEx
Helper functions to easily get the children of a given kind. This traits is only supposed to be implemented on SyntaxNope
Helper functions to easily get the children of a given kind. This traits is only supposed to be implemented on SyntaxNope
fn child_node(&self, kind: SyntaxKind) -> Option<SyntaxNode>fn child_token(&self, kind: SyntaxKind) -> Option<SyntaxToken>fn child_text(&self, kind: SyntaxKind) -> Option<String>impl SyntaxNodeEx for SyntaxNode[src]fn child_node(&self, kind: SyntaxKind) -> Option<SyntaxNode>[src]fn child_token(&self, kind: SyntaxKind) -> Option<SyntaxToken>[src]fn child_text(&self, kind: SyntaxKind) -> Option<String>[src]