Uses of Interface
org.eclipse.jdt.core.dom.IExtendedModifier
Packages that use IExtendedModifier
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of IExtendedModifier in org.eclipse.jdt.core.dom
Classes in org.eclipse.jdt.core.dom that implement IExtendedModifierModifier and TypeClassDescriptionclassAbstract base class of AST nodes that represent annotations.final classMarker annotation node (added in JLS3 API).final classModifier node.final classNormal annotation node (added in JLS3 API).final classSingle member annotation node (added in JLS3 API).