Uses of Record Class
cloud.opencode.base.expression.ast.ListLiteralNode
Packages that use ListLiteralNode
-
Uses of ListLiteralNode in cloud.opencode.base.expression.ast
Methods in cloud.opencode.base.expression.ast that return ListLiteralNodeModifier and TypeMethodDescriptionstatic ListLiteralNodeListLiteralNode.empty()Create empty list literal node 创建空列表字面量节点static ListLiteralNodeCreate list literal node from varargs 从可变参数创建列表字面量节点static ListLiteralNodeCreate list literal node 创建列表字面量节点