DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamejtb
Beschreibungsyntax tree builder and visitors generator for JavaCC
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.4.4-1
Sektiondevel
Prioritätoptional
Installierte Größe668 Byte
Hängt ab vondefault-jre | java6-runtime, jarwrapper (>= 0.5)
Empfohlene Pakete
PaketbetreuerLudovico Cavedon
Quelle
Paketgröße534820 Byte
Prüfsumme MD52fba91667591bd66f2c36c94e257801c
Prüfsumme SHA127c25d436eb10df79bff2afde11c09f494e5fa71
Prüfsumme SHA256c5d2486d47ec18c457716a2303eb9141163711be7af0394f7ceb968bd17dfe1e
Link zum Herunterladenjtb_1.4.4-1_all.deb
Ausführliche BeschreibungJTB (Java Tree Builder) is a syntax tree builder and visitors generator to be used in front of JavaCC (Java Compiler Compiler). It takes a JavaCC grammar file as input (usually a ".jtb" file) and automatically generates the following: * a set of syntax tree classes based on the productions in the grammar, utilizing the Visitor design pattern; * four interfaces: IVoidVisitor, IVoidArguVisitor, IRetVisitor, IRetArguVisitor; * four depth-first visitors: DepthFirstVoidVisitor, DepthFirstVoidArguVisitor, DepthFirstRetVisitor, DepthFirstREtArguVisitor, whose default methods simply visit the children of the current node; * a JavaCC grammar ".jj" file (jtb.out.jj by default), with the proper annotations to build the syntax tree during parsing (which then must be compiled with JavaCC). . New visitors, which subclass any generated one, can then override the default methods and perform various operations on and manipulate the generated syntax tree.


Impressum
Linux is a registered trademark of Linus Torvalds