abstract-syntax-tree
How can I build a meta model of Java Classes for generating a service graph with code analysis?
we have a SOA system built on top of EJB 3.0. we are manually maintaining a \"service overview map\" which shows which business services call which domain services. this is tedious, error prone and no[详细]
2023-04-12 19:58 分类:问答Validating Syntax of a Sentence [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-12 14:53 分类:问答how to get info using ast parser
i want to get info from every class of a .java file so that i can save in a structure (maybe a list) the met开发者_JS百科hods that every method of every class calls. Can anyone help me? thanx!ANTLR ca[详细]
2023-04-08 17:03 分类:问答to search for consecutive list elements prefixed by number and dot in plain text
The text looks like this: \"Beginning. 1. The container is 1.5 meters long 2. It can hold up to 2lt of fluid. 3. It 4 holes.\"[详细]
2023-04-06 13:05 分类:问答Transform an Abstract Syntax Tree (AST) in F#
I am trying to design an AST for a decision logic table.One of the things I would like to be able to do with the discriminated union that represents my AST is transform parts of it for different reaso[详细]
2023-04-05 23:06 分类:问答Python AST with preserved comments
I can get AST without comments using import ast module = ast.parse(open(\'/path/to/module.py\').r开发者_StackOverflow社区ead())[详细]
2023-04-05 08:55 分类:问答A good AST design for a c-like language (for llvm)
I am trying to use llvm to implement a simple, du开发者_JAVA技巧mb c-like language. And i\'m stucked at designing a good AST.[详细]
2023-04-04 07:51 分类:问答Reflections for C language?
The qu开发者_Go百科estion title might be misleading when read out of context. Let me first explain what I am trying to build.[详细]
2023-04-03 04:31 分类:问答AST trees semantic analyzer
The last nodes of an AST tree must have the information of the traduction of 开发者_JAVA百科the semantic analyzer or the non-last nodes also can have this information?Your question seems not quite wel[详细]
2023-03-31 17:59 分类:问答What is AST,CFG,CLANG, how can we use it in deadcode removal algorithm? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-31 04:35 分类:问答