Searched refs:implementation (Results 1 - 25 of 37) sorted by relevance

12

/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DBinaryAssignExpression.java39 Expression implementation; field in class:BinaryAssignExpression
49 if (implementation != null)
50 return implementation;
78 if (implementation != null)
79 return implementation.inline(env, ctx);
83 if (implementation != null)
84 return implementation.inlineValue(env, ctx);
91 if (implementation != null)
92 return implementation.copyInline(ctx);
97 if (implementation !
[all...]
H A DIdentifierExpression.java43 Expression implementation; field in class:IdentifierExpression
62 if (implementation != null)
63 return implementation;
119 implementation = null;
166 implementation = ctx.makeReference(env, local);
205 implementation = new FieldExpression(where, null, f);
209 implementation = new FieldExpression(where, base, f);
243 if (implementation != null)
244 vset = implementation.checkValue(env, ctx, vset, exp);
257 if (implementation !
[all...]
H A DThisExpression.java41 Expression implementation; field in class:ThisExpression
73 if (implementation != null)
74 return implementation;
102 implementation = ctx.makeReference(env, field);
134 if (implementation != null)
135 return implementation.inlineValue(env, ctx);
152 if (implementation != null)
153 return implementation.copyInline(ctx);
H A DFieldExpression.java42 Expression implementation; field in class:FieldExpression
65 if (implementation != null)
66 return implementation;
327 // 'implementation' not be set to non-null if the
450 implementation = new FieldExpression(where, wcls, idTYPE);
451 vset = implementation.checkValue(env, ctx, vset, exp);
452 type = implementation.type; // java.lang.Class
487 implementation =
495 implementation =
499 vset = implementation
[all...]
H A DAssignExpression.java77 if (implementation != null)
78 return implementation.inlineValue(env, ctx);
93 if (implementation != null)
94 return implementation.copyInline(ctx);
135 // is rewritten as one via 'implementation'.
151 // is rewritten as one via 'implementation'.
H A DMethodExpression.java43 Expression implementation; field in class:MethodExpression
73 if (implementation != null)
74 return implementation;
497 implementation = new MethodExpression(where, rightI, m, newargs);
498 implementation.type = type; // Is this needed?
510 implementation = new MethodExpression(where, right, m, newargs);
523 implementation = new CommaExpression(where, right, call);
532 implementation = new MethodExpression(where, null, implMethod, newargs);
542 if (implementation == null)
543 implementation
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/config/management/policy/
H A DManagedServiceAssertion.java159 final PolicyAssertion implementation = implementations.next();
160 if (COMMUNICATION_SERVER_IMPLEMENTATION_PARAMETER_QNAME.equals(implementation.getName())) {
161 result.add(getImplementation(implementation));
166 COMMUNICATION_SERVER_IMPLEMENTATION_PARAMETER_QNAME, implementation.getName())));
249 * Return the implementation class name along with all parameters for the
250 * implementation.
254 private final String implementation; field in class:ManagedServiceAssertion.ImplementationRecord
258 protected ImplementationRecord(String implementation, Map<QName, String> parameters, argument
260 this.implementation = implementation;
[all...]
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DStandardEmitterMBean.java34 * StandardEmitterMBean(implementation, mbeanInterface, emitter)} to
36 * implementation class name <i>Impl</i>, with a management
38 * <i>Intf</i>, and with any implementation of the interface
40 * {@link NotificationBroadcasterSupport} as an implementation
75 * {@code mbeanInterface}, with the given implementation and
79 * for {@code implementation} and {@code emitter} to be the same object.</p>
94 * @param <T> the implementation type of the MBean
95 * @param implementation the implementation of the MBean interface.
101 * if the given {@code implementation} doe
104 StandardEmitterMBean(T implementation, Class<T> mbeanInterface, NotificationEmitter emitter) argument
145 StandardEmitterMBean(T implementation, Class<T> mbeanInterface, boolean isMXBean, NotificationEmitter emitter) argument
[all...]
H A DStandardMBean.java58 * means that there is a fixed relationship between the implementation
60 * implementation class is Thing, the management interface must be
64 * implementation and interface classes.</p>
76 * implementation class name <i>Impl</i> and with a management
116 * implementation and interface classes are of course still
132 * The DynamicMBean that wraps the MXBean or Standard MBean implementation.
142 * Make a DynamicMBean out of <var>implementation</var>, using the
144 * @param implementation The implementation of this MBean.
145 * If <code>null</code>, and null implementation i
159 construct(T implementation, Class<T> mbeanInterface, boolean nullImplementationAllowed, boolean isMXBean) argument
210 StandardMBean(T implementation, Class<T> mbeanInterface) argument
266 StandardMBean(T implementation, Class<T> mbeanInterface, boolean isMXBean) argument
324 setImplementation(Object implementation) argument
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/SendingContext/
H A DCodeBaseOperations.java43 // Operations to obtain a URL to the implementation code
44 String implementation (String x); method in interface:CodeBaseOperations
H A D_CodeBaseImplBase.java48 _methods.put ("implementation", new java.lang.Integer (1));
77 // Operations to obtain a URL to the implementation code
78 case 1: // SendingContext/CodeBase/implementation
82 __result = this.implementation (x);
H A D_CodeBaseStub.java74 // Operations to obtain a URL to the implementation code
75 public String implementation (String x) method in class:_CodeBaseStub
79 org.omg.CORBA.portable.OutputStream _out = _request ("implementation", true);
89 return implementation (x);
93 } // implementation
/openjdk10/jdk/test/javax/management/standardmbean/
H A DDeadlockTest.java37 public <T> DeadlockTest(T implementation, Class<T> mbeanInterface) argument
39 super(implementation, mbeanInterface);
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCachedCodeBase.java48 * RepId to implementation URL(s)
81 public synchronized String implementation (String repId) { method in class:CachedCodeBase
90 urlResult = delegate.implementation(repId);
103 urlResults[i] = implementation(repIds[i]);
H A DCodeSetConversion.java699 private static CodeSetConversion implementation; field in class:CodeSetConversion
/openjdk10/langtools/test/tools/javac/scope/7017664/
H A DImplementationCacheTest.java114 Symbol impl = I_m.implementation((TypeSymbol)b, types, true);
117 throw new AssertionError("wrong implementation for m() in B");
122 Symbol newImpl = I_m.implementation((TypeSymbol)b, types, true);
125 throw new AssertionError("stale implementation for m() in B");
129 throw new AssertionError("wrong implementation for m() in B");
/openjdk10/jdk/test/javax/management/query/
H A DServerDelegate.java132 * The implementation class name of the MBean.
148 Object implementation =
155 implementation,
166 * the management interface associated with the given implementation.
/openjdk10/jdk/test/javax/management/security/
H A DServerDelegate.java132 * The implementation class name of the MBean.
148 Object implementation =
155 implementation,
166 * the management interface associated with the given implementation.
/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_xlc.hpp130 #define PRAGMA_IMPLEMENTATION #pragma implementation
140 // Cannot use xlc's offsetof as implementation of hotspot's
H A DglobalDefinitions_gcc.hpp232 #define PRAGMA_IMPLEMENTATION #pragma implementation
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/generator/bean/
H A DImplStructureStrategy.java209 public final JDefinedClass implementation; field in class:ImplStructureStrategy.Result
211 public Result(JDefinedClass exposed, JDefinedClass implementation) { argument
213 this.implementation = implementation;
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/io/
H A DFVDCodeBaseImpl.java83 // Operations to obtain a URL to the implementation code
84 public String implementation (String x){ method in class:FVDCodeBaseImpl
109 result[i] = implementation(x[i]);
/openjdk10/langtools/test/tools/lib/toolbox/
H A DModuleBuilder.java178 * @param implementation the name of the implementation type
181 public ModuleBuilder provides(String service, String implementation) { argument
182 return addDirective(provides, "provides " + service + " with " + implementation + ";");
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DContents.java98 public final Content implementation; field in class:Contents
213 implementation = getContent("doclet.Implementation");
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java82 static final DOMImplementation implementation=new DTMNodeProxyImplementation(); field in class:DTMNodeProxy
275 return implementation.hasFeature(feature,version);
292 return implementation.hasFeature(feature,version);
611 return implementation;
1484 * When set to <code>false</code>, the implementation is free to not
1505 * When set to <code>false</code>, the implementation is free to not
1619 //RAMESH : Pending proper implementation of DOM Level 3
2007 * <code>Node</code> references returned by the implementation reference
2065 * fit in a <code>DOMString</code> variable on the implementation
2115 * fit in a <code>DOMString</code> variable on the implementation
[all...]

Completed in 323 milliseconds

12