Searched defs:declaration (Results 1 - 25 of 53) sorted by relevance

123

/openjdk7/langtools/src/share/classes/com/sun/mirror/declaration/
H A Dpackage-info.java28 * declaration is represented by the appropriate subinterface of
29 * {@link com.sun.mirror.declaration.Declaration}, and an annotation
31 * com.sun.mirror.declaration.AnnotationMirror}.
40 package com.sun.mirror.declaration;
H A DConstructorDeclaration.java26 package com.sun.mirror.declaration;
H A DInterfaceDeclaration.java26 package com.sun.mirror.declaration;
33 * Represents the declaration of an interface.
39 * <i>declaration</i> of an interface, an {@link InterfaceType}
H A DAnnotationTypeDeclaration.java26 package com.sun.mirror.declaration;
33 * Represents the declaration of an annotation type.
51 * declaration.
H A DAnnotationTypeElementDeclaration.java26 package com.sun.mirror.declaration;
H A DEnumConstantDeclaration.java26 package com.sun.mirror.declaration;
30 * Represents an enum constant declaration.
H A DEnumDeclaration.java26 package com.sun.mirror.declaration;
33 * Represents the declaration of an enum type.
H A DMemberDeclaration.java26 package com.sun.mirror.declaration;
30 * Represents a declaration that may be a member or constructor of a declared
48 * Returns the type declaration within which this member or constructor
50 * If this is the declaration of a top-level type (a non-nested class
53 * @return the type declaration within which this member or constructor
H A DMethodDeclaration.java26 package com.sun.mirror.declaration;
H A DParameterDeclaration.java26 package com.sun.mirror.declaration;
H A DTypeParameterDeclaration.java26 package com.sun.mirror.declaration;
36 * or constructor declaration.
63 * Returns the type, method, or constructor declaration within which
66 * @return the declaration within which this type parameter is declared
H A DAnnotationMirror.java26 package com.sun.mirror.declaration;
H A DAnnotationValue.java26 package com.sun.mirror.declaration;
H A DClassDeclaration.java26 package com.sun.mirror.declaration;
35 * Represents the declaration of a class.
36 * For the declaration of an interface, see {@link InterfaceDeclaration}.
41 * <p> While a <tt>ClassDeclaration</tt> represents the <i>declaration</i>
H A DExecutableDeclaration.java26 package com.sun.mirror.declaration;
61 * They are returned in declaration order.
70 * They are returned in declaration order.
H A DFieldDeclaration.java26 package com.sun.mirror.declaration;
33 * Represents a field of a type declaration.
H A DPackageDeclaration.java26 package com.sun.mirror.declaration;
33 * Represents the declaration of a package. Provides access to information
H A DDeclaration.java26 package com.sun.mirror.declaration;
37 * Represents the declaration of a program element such as a package,
38 * class, or method. Each declaration represents a static, language-level
44 * method. There is no guarantee that any particular declaration will
64 * Tests whether an object represents the same declaration as this.
66 * @param obj the object to be compared with this declaration
68 * declaration as this
74 * this declaration.
76 * @return the documentation comment of this declaration, or <tt>null</tt>
82 * Returns the annotations that are directly present on this declaration
[all...]
H A DTypeDeclaration.java26 package com.sun.mirror.declaration;
35 * Represents the declaration of a class or interface.
42 * While a <tt>TypeDeclaration</tt> represents the <i>declaration</i>
47 * for which a single declaration can define a whole
48 * family of types. For example, the declaration of
81 * declaration. More precisely, it returns the <i>canonical</i>
85 * For example, the the fully qualified name of the interface declaration
88 * @return the fully qualified name of this class or interface declaration
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DAnnotationTypeDeclarationImpl.java26 package com.sun.tools.apt.mirror.declaration;
31 import com.sun.mirror.declaration.*;
H A DAnnotationTypeElementDeclarationImpl.java26 package com.sun.tools.apt.mirror.declaration;
29 import com.sun.mirror.declaration.*;
H A DClassDeclarationImpl.java26 package com.sun.tools.apt.mirror.declaration;
34 import com.sun.mirror.declaration.*;
H A DConstructorDeclarationImpl.java26 package com.sun.tools.apt.mirror.declaration;
32 import com.sun.mirror.declaration.*;
H A DEnumConstantDeclarationImpl.java26 package com.sun.tools.apt.mirror.declaration;
29 import com.sun.mirror.declaration.*;
H A DEnumDeclarationImpl.java26 package com.sun.tools.apt.mirror.declaration;
31 import com.sun.mirror.declaration.*;

Completed in 601 milliseconds

123