Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 2.31 KB

File metadata and controls

23 lines (21 loc) · 2.31 KB

SourceToPlantUML.Model Namespace

Classes
CppASTBase Provides a base class for representing C++ abstract syntax tree (AST) elements within the parsing framework.
CppASTEnumEntry AST enum entry
CppASTField C++ AST field
CppASTFunction a function in a C++ AST
CppASTParsedObject C++ AST parsed object representation.
CppASTTextParser C++ AST Text Parser
PropOrMethod Represents a code element that can be either a property or a method, providing metadata such as name, type, privacy level, and additional attributes for comparison and display purposes.
SqlColumn SQL Table/View Column
SqlForeignKey Represents a foreign key relationship between two tables in a SQL schema.
SqlTable Represents a SQL table or view, including its name and columns, for use in database schema modeling.
SqlViewDependencies View Dependencies
TypescriptBaseType Gets or sets the name of the TypeScript type.
TypescriptEnumEntry a typescript enum entry
TypescriptMethod a typescript method
TypescriptObject a typescript object
TypescriptParameter typescript parameter
TypescriptProperty typescript property