গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ASTNode > ইন
ASTNode.in() পদ্ধতি
উপাদানটি একটি স্তর নীচে এবং বর্তমান অবস্থানের বাম দিকে সমস্ত উপায় খুঁজুন।
স্বাক্ষর:
in(): ASTNode | null;
রিটার্ন:
ASTNode | নাল
একটি AST নোড যা পরবর্তী ক্ষেত্র, সংযোগ, কর্মক্ষেত্র বা ব্লককে মোড়ানো হয়। এই নোডের নিচে কিছু না থাকলে বা নাল।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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."]]],[]]