Package cloud.opencode.base.expression.ast
package cloud.opencode.base.expression.ast
Abstract Syntax Tree Package
抽象语法树包
Contains AST node types for expression representation.
包含用于表达式表示的AST节点类型。
- Since:
- JDK 25, opencode-base-expression V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassDescriptionRange Test Node 范围测试节点Binary Operation Node 二元运算节点Bitwise Operation Node 位运算节点Collection Filter Node 集合过滤节点Filter mode enumeration 过滤模式枚举Collection Project Node 集合投影节点Elvis/Null-Coalescing Operation Node Elvis/空值合并运算节点Function Call Node 函数调用节点Identifier Node 标识符节点Index Access Node 索引访问节点Membership Test Node 成员测试节点Lambda Expression Node Lambda 表达式节点List Literal Node 列表字面量节点Literal Node 字面量节点Map Literal Node Map 字面量节点Method Call Node 方法调用节点AST Node Interface AST 节点接口Property Access Node 属性访问节点String Interpolation Node 字符串插值节点Ternary Operation Node 三元运算节点Unary Operation Node 一元运算节点