Package ch.usi.si.seart.treesitter
-
Class Summary Class Description InputEdit LibraryLoader Node A Node represents a single node in the syntax tree.Parser Parsers are stateful objects that can be assigned a language and used to produce aTreebased on some source code.Point Query A query consists of one or more patterns, where each pattern is an S-expression that matches a certain set of nodes in a syntax tree.QueryCapture QueryCursor Cursor used for executing queries, carrying the state needed to process them.QueryMatch Range SyntaxTreePrinter Utility used for pretty-printing entire syntax trees, as well as their subtrees.Tree A Tree represents the syntax tree of an entire source code file.TreeCursor A tree cursor is a stateful object that allows you to walk a syntax tree with maximum efficiency.TreeCursorNode -
Enum Summary Enum Description Language