Robuta

https://ruby-syntax-tree.github.io/syntax_tree/SyntaxTree/Backtick.html class SyntaxTree::Backtick - RDoc Documentation class SyntaxTree::Backtick: Backtick represents the use of the ` operator. It's usually found being used for an XStringLiteral, but could also be found as the... classrdocdocumentation https://ruby-syntax-tree.github.io/syntax_tree/SyntaxTree/Kw.html class SyntaxTree::Kw - RDoc Documentation class SyntaxTree::Kw: Kw represents the use of a keyword. It can be almost anywhere in the syntax tree, so you end up seeing it quite a lot. classkwrdocdocumentation https://ruby-syntax-tree.github.io/syntax_tree/SyntaxTree/In.html class SyntaxTree::In - RDoc Documentation class SyntaxTree::In: In represents using the +in+ keyword within the Ruby 2. pattern matching syntax. classrdocdocumentation https://ruby-syntax-tree.github.io/syntax_tree/SyntaxTree/StringEmbExpr.html class SyntaxTree::StringEmbExpr - RDoc Documentation class SyntaxTree::StringEmbExpr: StringEmbExpr represents interpolated content. It can be contained within a couple of different parent nodes, including... classrdocdocumentation https://ruby-syntax-tree.github.io/syntax_tree/SyntaxTree/TLambda.html class SyntaxTree::TLambda - RDoc Documentation classrdocdocumentation https://learn.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.syntaxtree?view=roslyn-dotnet-5.0.0 SyntaxTree Class (Microsoft.CodeAnalysis) | Microsoft Learn The parsed representation of a source document. classmicrosoftlearn https://ruby-syntax-tree.github.io/syntax_tree/SyntaxTree/Node.html class SyntaxTree::Node - RDoc Documentation class SyntaxTree::Node: This is the parent node of all of the syntax tree nodes. It's pretty much exclusively here to make it easier to operate with the tree... classnoderdocdocumentation https://ruby-syntax-tree.github.io/syntax_tree/SyntaxTree/Paren.html class SyntaxTree::Paren - RDoc Documentation class SyntaxTree::Paren: Paren represents using balanced parentheses in a couple places in a Ruby program. In general parentheses can be used anywhere a Ruby... classparenrdocdocumentation https://ruby-syntax-tree.github.io/syntax_tree/SyntaxTree/QWords.html class SyntaxTree::QWords - RDoc Documentation class SyntaxTree::QWords: QWords represents a string literal array without interpolation. classqwordsrdocdocumentation https://ruby-syntax-tree.github.io/syntax_tree/SyntaxTree/ConstPathRef.html class SyntaxTree::ConstPathRef - RDoc Documentation class SyntaxTree::ConstPathRef: ConstPathRef represents referencing a constant by a path. classrdocdocumentation