دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: [2023-07-21 ed.]
نویسندگان: Nicholas Smith. Danny van Bruggen and Federico Tomassetti
سری:
ناشر: Leanpub
سال نشر: 2023
تعداد صفحات: 58
[63]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 2 Mb
در صورت تبدیل فایل کتاب JavaParser: Visited. Analyse, transform and generate your Java code base به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب JavaParser: بازدید شده. پایه کد جاوا خود را تجزیه و تحلیل، تبدیل و تولید کنید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Table of Contents Preface What is JavaParser? JavaParser is not Who is this book for? This book is not for How to use this book? Conventions used in this book Code Samples How to Contact Us The Authors Acknowledgements A Brief Introduction to Abstract Syntax Trees Everything is a node When is a node, not a node? Growing our first tree Beyond Abstract A Flying Visit Travelling Companions A Simple Visitor A Simple Visitor With State A Simple Modifying Visitor A Simple Comment Reporter Comments - Here Be Dragons Comment Attribution Comments In Practice Pretty Printing and Lexical Preservation What is Pretty-Printing? What is Lexical-Preserving Printing? Choosing between Pretty Printing and Lexical-Preserving Printing Using Pretty Printing Using Lexical-Preserving Printing How it works: the NodeText and the Concrete Syntax Model Summary Solving Symbols and References How to setup the JavaParser Symbol Solver? How to get the type of references: a first example Specifying where to look for types Resolving a type using an absolute name Resolving a Type in a context Resolving method calls Using the CombinedTypeSolver Using the MemoryTypeSolver Summary Appendix A - ReversePolishNotation.java Appendix B - Visitable Nodes