Expand description
AST module.
§Csharp Ast
This module provides csharp ast functionality for the Oaks project. C# AST definitions
Structs§
- Accessor
- 访问器 (get/set)
- Attribute
- 特性
- CSharp
Root - C# 程序的根节点
- Class
Declaration - 类声明
- Delegate
Declaration - 委托声明
- Element
Access - 元素访问 (索引器)
- Enum
Declaration - 枚举声明
- Enum
Member - 枚举成员
- Event
Declaration - 事件声明
- Field
Declaration - 字段声明
- From
Clause - Indexer
Declaration - 索引器声明
- Interface
Declaration - 接口声明
- Join
Clause - LetClause
- Member
Access - 成员访问
- Method
Call - 方法调用
- Method
Declaration - 方法声明
- Namespace
Declaration - 命名空间声明
- NewExpression
- New 表达式
- Ordering
- Parameter
- 参数
- Property
Declaration - 属性声明
- Query
Body - Query
Expression - LINQ 查询表达式
- Record
Declaration - 记录声明
- Struct
Declaration - 结构体声明
- Type
Parameter - 泛型参数
- Type
Parameter Constraint - 泛型约束
- Using
Directive - Using 指令
Enums§
- Expression
- 表达式
- Item
- C# 程序中的顶级项目
- Literal
- 字面量
- Member
- 成员
- Query
Clause - Query
Clause Ext - Select
OrGroup Clause - Statement
- 语句