抽象语法树 meaning in Chinese
abstract syntax tree
ast
Examples
- C c abstract syntax in software instant test
抽象语法树的生成 - Generating abstract syntax trees
生成抽象语法树 - Traverses the abstract syntax tree one or more times , collecting information and checking that the input program
遍历抽象语法树( abstract syntax tree , ast )一次或多次,收集信息并检查输入程序 - An abstract syntax tree is built after syntax analysis and traversed three times to do semantic analysis to generate the intermediate code
在语法分析、语义分析及中间代码生成方面,先经过语法分析建立抽象语法树,然后对抽象语法树进行三次遍历完成语义分析并生成中间代码。 - You can add new rules , either by writing java code and recompiling pmd or , a little more simply , by writing xpath expressions that are resolved against each java class s abstract syntax tree
您可以添加新规则:可以通过编写java代码并重新编译pdm ,或者更简单些,编写xpath表达式,它会针对每个java类的抽象语法树进行处理。