Uses of Class
org.eclipse.jdt.core.dom.AnnotatableType
Packages that use AnnotatableType
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 AnnotatableType in org.eclipse.jdt.core.dom
Subclasses of AnnotatableType in org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassNode for a name-qualified type (added in JLS8 API).classPrimitive type nodes.classType node for a qualified type (added in JLS3 API).classType node for a named class type, a named interface type, or a type variable.classType node for a wildcard type (added in JLS3 API).