Package | Description |
---|---|
org.eclipse.jdt.core.dom |
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
|
Modifier and Type | Class and Description |
---|---|
class |
NameQualifiedType
Node for a name-qualified type (added in JLS8 API).
|
class |
PrimitiveType
Primitive type nodes.
|
class |
QualifiedType
Type node for a qualified type (added in JLS3 API).
|
class |
SimpleType
Type node for a named class type, a named interface type, or a type variable.
|
class |
WildcardType
Type node for a wildcard type (added in JLS3 API).
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.