Package ch.usi.si.seart.treesitter
Class Symbol
- java.lang.Object
-
- ch.usi.si.seart.treesitter.Symbol
-
public class Symbol extends Object
Represents a symbol in an abstract syntax tree. Symbols are used to identify nodes in the AST, and each symbol has an associated ID, type, and name.- Since:
- 1.6.0
- Author:
- Ozren Dabić
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSymbol.TypeEnumeration representing the possible types of symbols.
-