CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - java ast
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - java ast - List
[
ELanguage
]
antlr-3.0b5.tar
DL : 0
ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. -distributions (ANother Tool for Language Recognit ion) it is a tool, it could accept the term grammar description language, and will produce identify the language of the statement of procedure. As part of the translation process, you can use a simple operator and movements to the parameters of your grammar, distributions so that it tells how to build an abstract syntax tree (AST) and how to produce the output. OpenSolaris know how to generate the identification procedures, language, including Java, C, C#.
Update
: 2008-10-13
Size
: 2.53mb
Publisher
:
guid
[
WEB Code
]
astcentric-editor-0.5.0
DL : 0
===== ASTcentric Editor 0.5.0 ===== This is the distribution of the Swing-based ASTcentric Editor. 1. CONTENT This distribution contains README.TXT This file LICENSE.TXT Software license astcentric-editor.jar Jar file of all editor classes (excluding classes of Eclipse plugin) lib/astcentric.jar Jar file of all structure classes lib/src.zip Source code of lib/astcentric.jar 2. INSTALLATION If necessary install Java Runtime Environment (JRE) 5 or higher. Unzip this folder at any place. 3. RUN In order to run the AST Editor (Swing version) just type java -jar astcentric-editor.jar The editor may also be started by a double-click on astcentric-editor.jar. An introduction can be found on
Update
: 2008-10-13
Size
: 903.22kb
Publisher
:
李华
[
ELanguage
]
antlr-3.0b5.tar
DL : 0
ANTLR(ANother Tool for Language Recognition)它是这样的一种工具,它可以接受词文法语言描述,并能产生识别这些语言的语句的程序。作为翻译程序的一部分,你可以使用简单的操作符和动作来参数化你的文法,使之告诉ANTLR怎样去创建抽象语法树(AST)和怎样产生输出。ANTLR知道怎样去生成识别程序,语言包括Java,C++,C#. -distributions (ANother Tool for Language Recognit ion) it is a tool, it could accept the term grammar description language, and will produce identify the language of the statement of procedure. As part of the translation process, you can use a simple operator and movements to the parameters of your grammar, distributions so that it tells how to build an abstract syntax tree (AST) and how to produce the output. OpenSolaris know how to generate the identification procedures, language, including Java, C, C#.
Update
: 2025-02-17
Size
: 2.53mb
Publisher
:
guid
[
WEB Code
]
astcentric-editor-0.5.0
DL : 0
===== ASTcentric Editor 0.5.0 ===== This is the distribution of the Swing-based ASTcentric Editor. 1. CONTENT This distribution contains README.TXT This file LICENSE.TXT Software license astcentric-editor.jar Jar file of all editor classes (excluding classes of Eclipse plugin) lib/astcentric.jar Jar file of all structure classes lib/src.zip Source code of lib/astcentric.jar 2. INSTALLATION If necessary install Java Runtime Environment (JRE) 5 or higher. Unzip this folder at any place. 3. RUN In order to run the AST Editor (Swing version) just type java -jar astcentric-editor.jar The editor may also be started by a double-click on astcentric-editor.jar. An introduction can be found on - ===== ASTcentric Editor 0.5.0 ===== This is the distribution of the Swing-based ASTcentric Editor. 1. CONTENT This distribution contains README.TXT This file LICENSE.TXT Software license astcentric-editor.jar Jar file of all editor classes (excluding classes of Eclipse plugin) lib/astcentric.jar Jar file of all structure classes lib/src.zip Source code of lib/astcentric.jar 2. INSTALLATION If necessary install Java Runtime Environment (JRE) 5 or higher. Unzip this folder at any place. 3. RUN In order to run the AST Editor (Swing version) just type java-jar astcentric-editor.jar The editor may also be started by a double-click on astcentric-editor.jar. An introduction can be found on
Update
: 2025-02-17
Size
: 903kb
Publisher
:
[
JSP/Java
]
AStar
DL : 0
Java游戏中的AStar算法源代码,根据以往网络上的代码改编,给学习J2me的朋友一些参考,有的地方写的不好,本人也是在摸索中。-Java game AStar algorithm source code, based on past the code on the network, adapted to the study J2me friend some reference, in some places is badly written, and I was still groping.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
253
[
JSP/Java
]
sablecc-3.2
DL : 0
SableCC,编译器的编译器。一个完全由Java编写的cc编译器,3.2版本支持CST到AST的转换。-SableCC, compiler compiler. Java written entirely by the cc compiler version 3.2 to support CST to AST transformation.
Update
: 2025-02-17
Size
: 526kb
Publisher
:
farseer
[
OS program
]
astah-professional6.1.0crack
DL : 1
astah-professional+6.1.0crack.zip原jude的破解文件,为开发者提供一个uml建模工具-astah-professional+6.1.0crack.zipastah-professional+6.1.0crack.zipastah-professional+6.1.0crack.zipastah-professional+6.1.0crack.zip
Update
: 2025-02-17
Size
: 472kb
Publisher
:
tad
[
JSP
]
java
DL : 0
抽象语法树( Abstract Syntax Tree , AST) 作为程序的一种中间表示形式, 在程序分析等诸多领域有广泛的应用. 利用抽象语法树可以方便地实现多种源程序处理工具, 比如源程序浏览器、智能编辑器、语言翻译器等. 本文作者介绍了抽 象语法树涉及的原理及解释器的设计方案, 针对Java 语言, 利用设计模式理论提出了创建和遍历抽象语法树的思路, 并给 出较为详细的代码说明.-Abstract Syntax Tree, referred as intermediate representat ion of program, has many applications in Program Analysis. Using Abstract Syntax Tree, we can develop tools such as Source Code Explorer, Intellectual Ed-i tor, etc. This paper introduces the principles of Abstract Syntax Tree, and presents an appropriate solut ion to design Interpreter based on Java Program. With the help of Design Patterns, we can build and traverse an Abstract Syntax Tree. Moreover, the paper gives illustrat ions of concerned source codes.
Update
: 2025-02-17
Size
: 197kb
Publisher
:
lilong
[
JSP/Java
]
AST
DL : 0
实现java语言语法树的绘制,图片格式输出-Achieve java language syntax tree drawing
Update
: 2025-02-17
Size
: 13kb
Publisher
:
孙悟空
[
JSP/Java
]
JiaFangDiChanWEB01
DL : 1
登陆报错的问题 登录 java.lang.NoSuchMethodError: antlr.collections.AST.getLine()I 问题 导入数据库乱码解决方案: 人才管理系统项目详细文档说明 ========================================= 系统安装说明以及注意事项 Java Web项目开发案例报价管理系统(亲测) 都在文档里,请下载。(Log in to java. lang. NoSuchMethodError: antlr. collections. AST. getLine () I Problem Import Database Scrambling Solution: Talent Management System Project Detailed Documentation ================================================================================================ System (pro test) is in the document. Please download it.)
Update
: 2025-02-17
Size
: 16.52mb
Publisher
:
stop110
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.