HomeSort by relevance Sort by last modified time
    Searched refs:QUALIFIER (Results 1 - 5 of 5) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 31 public static final int QUALIFIER = 0x00000020;
96 * attribute, an <tt>rdf:type</tt> property, or a general qualifier. See the
117 * @return Return whether this property is a qualifier for some other property. Note that if the
118 * qualifier itself has a structured value, this flag is only set for the top node of
119 * the qualifier's subtree. Qualifiers may have arbitrary structure, and may even have
124 return getOption(QUALIFIER);
134 setOption(QUALIFIER, value);
139 /** @return Return whether this property has an <tt>xml:lang</tt> qualifier. */
157 /** @return Return whether this property has an <tt>rdf:type</tt> qualifier. */
374 QUALIFIER |
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
Name.java 50 * The one to the left of it is "qualifier.identifier", etc.
63 private Name qualifier; field in class:Name
75 public Name(Name qualifier, final String identifier) {
76 this(null, qualifier, identifier, new NodeList<>());
80 public Name(Name qualifier, final String identifier, NodeList<AnnotationExpr> annotations) {
81 this(null, qualifier, identifier, annotations);
88 public Name(TokenRange tokenRange, Name qualifier, String identifier, NodeList<AnnotationExpr> annotations) {
90 setQualifier(qualifier);
142 if (qualifier != null) {
143 return qualifier.asString() + "." + identifier
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
ObservableProperty.java 92 QUALIFIER(Type.SINGLE_REFERENCE),
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
ConcreteSyntaxModel.java 409 conditional(ObservableProperty.QUALIFIER, IS_PRESENT, sequence(child(ObservableProperty.QUALIFIER), token(GeneratedJavaParserConstants.DOT))),
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 

Completed in 100 milliseconds