研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >ASTNode >在
ASTNode.in() 方法
找到下一级元素,直到当前位置的左侧。
Signature:
in(): ASTNode | null;
返回:
ASTNode | null
用于封装下一个字段、连接、工作区或块的 AST 节点。如果此节点下方没有任何内容,则返回 null。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-11。
[null,null,["最后更新时间 (UTC):2024-09-11。"],[[["The `ASTNode.in()` method helps locate the element immediately below and to the far left of the current position within the Abstract Syntax Tree (AST)."],["It returns either an ASTNode object representing the next field, connection, workspace, or block, or null if no element is found below the current node."],["This method effectively assists in traversing and analyzing the structure of the Blockly code represented by the AST."]]],[]]