Searched defs:model (Results 1 - 25 of 539) sorted by relevance

1234567891011>>

/openjdk7/langtools/src/share/classes/javax/lang/model/element/
H A Dpackage-info.java27 * 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 DAnnotationMirror.java26 package javax.lang.model.element;
29 import javax.lang.model.type.DeclaredType;
67 * javax.lang.model.util.Elements#getElementValuesWithDefaults
H A DParameterizable.java26 package javax.lang.model.element;
H A DQualifiedNameable.java26 package javax.lang.model.element;
H A DVariableElement.java26 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 Dpackage-info.java27 * 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 DUnknownEntityException.java26 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 Dpackage-info.java27 * Interfaces used to model Java programming language types.
41 package javax.lang.model.type;
H A DErrorType.java26 package javax.lang.model.type;
H A DNoType.java26 package javax.lang.model.type;
28 import javax.lang.model.element.ExecutableElement;
H A DNullType.java26 package javax.lang.model.type;
H A DPrimitiveType.java26 package javax.lang.model.type;
H A DReferenceType.java26 package javax.lang.model.type;
H A DArrayType.java26 package javax.lang.model.type;
H A DUnionType.java26 package javax.lang.model.type;
33 * As of the {@link javax.lang.model.SourceVersion#RELEASE_7
H A DWildcardType.java26 package javax.lang.model.type;
/openjdk7/langtools/src/share/classes/javax/lang/model/util/
H A Dpackage-info.java28 * {@linkplain javax.lang.model.element program elements} and
29 * {@linkplain javax.lang.model.type types}.
43 package javax.lang.model.util;
H A DAbstractAnnotationValueVisitor7.java26 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 DAbstractElementVisitor7.java26 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 DSimpleAnnotationValueVisitor7.java26 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 DPopulatable.java26 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 DCClass.java26 package com.sun.tools.internal.xjc.model;
H A Dpackage-info.java27 * 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 DAbstractCElement.java26 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 DWSDLProperties.java26 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;

Completed in 756 milliseconds

1234567891011>>