/openjdk7/langtools/src/share/classes/javax/lang/model/element/ |
H A D | package-info.java | 27 * Interfaces used to model elements of the Java programming language. 32 * The interfaces in this package do not model the structure of a 35 * block. However, the interfaces can model some structures only 40 * model of the element being represented must be returned. As this 41 * is a language model, the source code provides the fiducial 52 * javax.lang.model.element.Modifier modifiers} on an element may 64 * artifacts outside of this model. 68 * guarantees about the nature of the resulting model. If the source 71 * new types, a model may or may not be provided as a quality of 74 * fashion, any returned model mus [all...] |
H A D | AnnotationMirror.java | 26 package javax.lang.model.element; 29 import javax.lang.model.type.DeclaredType; 67 * javax.lang.model.util.Elements#getElementValuesWithDefaults
|
H A D | Parameterizable.java | 26 package javax.lang.model.element;
|
H A D | QualifiedNameable.java | 26 package javax.lang.model.element;
|
H A D | VariableElement.java | 26 package javax.lang.model.element; 28 import javax.lang.model.type.TypeMirror; 29 import javax.lang.model.util.Elements;
|
/openjdk7/langtools/src/share/classes/javax/lang/model/ |
H A D | package-info.java | 27 * Classes and hierarchies of packages used to model the Java 35 * <p> This language model follows a <i>mirror</i>-based design; see 44 * In particular, the model makes a distinction between static 45 * language constructs, like the {@linkplain javax.lang.model.element 47 * {@linkplain javax.lang.model.type types} that may be associated 60 package javax.lang.model;
|
H A D | UnknownEntityException.java | 26 package javax.lang.model; 39 * @see javax.lang.model.element.UnknownElementException 40 * @see javax.lang.model.element.UnknownAnnotationValueException 41 * @see javax.lang.model.type.UnknownTypeException
|
/openjdk7/langtools/src/share/classes/javax/lang/model/type/ |
H A D | package-info.java | 27 * Interfaces used to model Java programming language types. 41 package javax.lang.model.type;
|
H A D | ErrorType.java | 26 package javax.lang.model.type;
|
H A D | NoType.java | 26 package javax.lang.model.type; 28 import javax.lang.model.element.ExecutableElement;
|
H A D | NullType.java | 26 package javax.lang.model.type;
|
H A D | PrimitiveType.java | 26 package javax.lang.model.type;
|
H A D | ReferenceType.java | 26 package javax.lang.model.type;
|
H A D | ArrayType.java | 26 package javax.lang.model.type;
|
H A D | UnionType.java | 26 package javax.lang.model.type; 33 * As of the {@link javax.lang.model.SourceVersion#RELEASE_7
|
H A D | WildcardType.java | 26 package javax.lang.model.type;
|
/openjdk7/langtools/src/share/classes/javax/lang/model/util/ |
H A D | package-info.java | 28 * {@linkplain javax.lang.model.element program elements} and 29 * {@linkplain javax.lang.model.type types}. 43 package javax.lang.model.util;
|
H A D | AbstractAnnotationValueVisitor7.java | 26 package javax.lang.model.util; 29 import javax.lang.model.element.*; 31 import javax.lang.model.type.TypeMirror; 32 import static javax.lang.model.SourceVersion.*; 33 import javax.lang.model.SourceVersion;
|
H A D | AbstractElementVisitor7.java | 26 package javax.lang.model.util; 28 import javax.lang.model.element.*; 30 import javax.lang.model.element.*; 31 import static javax.lang.model.element.ElementKind.*; 32 import static javax.lang.model.SourceVersion.*; 33 import javax.lang.model.SourceVersion;
|
H A D | SimpleAnnotationValueVisitor7.java | 26 package javax.lang.model.util; 29 import javax.lang.model.element.*; 31 import javax.lang.model.type.TypeMirror; 32 import static javax.lang.model.SourceVersion.*; 33 import javax.lang.model.SourceVersion;
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/ |
H A D | Populatable.java | 26 package com.sun.tools.internal.xjc.model; 31 * Mark model components which does additional code generation. 37 * populatable components to the model? Isn't it better if the back end 43 public void populate( Model model, Outline context ); argument
|
H A D | CClass.java | 26 package com.sun.tools.internal.xjc.model;
|
H A D | package-info.java | 27 * Implementation of the {@link com.sun.xml.internal.bind.v2.model.core} package for XJC. 30 * This model is the recipes for the code generation. 32 * so that the actual Java code can be generated from this object model 33 * mechanically without knowing anything about how the model was built. 37 * with the parameterized core model in the {@link com.sun.xml.internal.bind.v2.model.core} package. 38 * Refer to the core model for better documentation. 41 * The model for XJC also exposes a few additional information on top of the core model. 46 * <dd>{@link Locator} object that can be used to tell where the model component [all...] |
H A D | AbstractCElement.java | 26 package com.sun.tools.internal.xjc.model; 49 protected AbstractCElement(Model model, XSComponent source, Locator locator, CCustomizations customizations) { argument 50 super(model, source, customizations);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/ |
H A D | WSDLProperties.java | 26 package com.sun.xml.internal.ws.model.wsdl; 30 import com.sun.xml.internal.ws.api.model.wsdl.WSDLPort; 43 private static final PropertyMap model; field in class:WSDLProperties 45 model = parse(WSDLProperties.class); 71 return model;
|