All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aspectj.org.eclipse.jdt.core.dom.package.html Maven / Gradle / Ivy

Go to download

AspectJ tools most notably contains the AspectJ compiler (AJC). AJC applies aspects to Java classes during compilation, fully replacing Javac for plain Java classes and also compiling native AspectJ or annotation-based @AspectJ syntax. Furthermore, AJC can weave aspects into existing class files in a post-compile binary weaving step. This library is a superset of AspectJ weaver and hence also of AspectJ runtime.

There is a newer version: 1.9.22.1
Show newest version



   
   
   
   Package-level Javadoc


The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.

Package Specification


This package contains the Java DOM/AST classes. An API for manipulating the source code of a Java program as a structured document. In particular, it provides a full abstract syntax tree for a Java compilation unit, which can be queried for resolved type information, and modified. The principal classes are {@link org.eclipse.jdt.core.dom.AST AST} {@link org.eclipse.jdt.core.dom.ASTNode ASTNode}, and {@link org.eclipse.jdt.core.dom.ASTParser ASTParser}.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy