src/jdk.dynalink/share/classes/jdk/dynalink/NamedOperation.java
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 41842 nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/NamedOperation.java@50202a344d28
child 50695 36ca515343e0
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
     1
/*
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
     2
 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
     4
 *
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    10
 *
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    15
 * accompanied this code).
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    16
 *
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    20
 *
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    23
 * questions.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    24
 */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    25
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    26
/*
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    27
 * This file is available under and governed by the GNU General Public
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    28
 * License version 2 only, as published by the Free Software Foundation.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    29
 * However, the following notice accompanied the original version of this
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    30
 * file, and Oracle licenses the original version of this file under the BSD
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    31
 * license:
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    32
 */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    33
/*
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    34
   Copyright 2015 Attila Szegedi
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    35
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    36
   Licensed under both the Apache License, Version 2.0 (the "Apache License")
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    37
   and the BSD License (the "BSD License"), with licensee being free to
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    38
   choose either of the two at their discretion.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    39
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    40
   You may not use this file except in compliance with either the Apache
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    41
   License or the BSD License.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    42
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    43
   If you choose to use this file in compliance with the Apache License, the
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    44
   following notice applies to you:
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    45
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    46
       You may obtain a copy of the Apache License at
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    47
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    48
           http://www.apache.org/licenses/LICENSE-2.0
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    49
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    50
       Unless required by applicable law or agreed to in writing, software
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    51
       distributed under the License is distributed on an "AS IS" BASIS,
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    52
       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    53
       implied. See the License for the specific language governing
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    54
       permissions and limitations under the License.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    55
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    56
   If you choose to use this file in compliance with the BSD License, the
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    57
   following notice applies to you:
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    58
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    59
       Redistribution and use in source and binary forms, with or without
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    60
       modification, are permitted provided that the following conditions are
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    61
       met:
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    62
       * Redistributions of source code must retain the above copyright
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    63
         notice, this list of conditions and the following disclaimer.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    64
       * Redistributions in binary form must reproduce the above copyright
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    65
         notice, this list of conditions and the following disclaimer in the
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    66
         documentation and/or other materials provided with the distribution.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    67
       * Neither the name of the copyright holder nor the names of
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    68
         contributors may be used to endorse or promote products derived from
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    69
         this software without specific prior written permission.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    70
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    71
       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    72
       IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    73
       TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    74
       PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    75
       BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    76
       CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    77
       SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    78
       BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    79
       WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    80
       OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    81
       ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    82
*/
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    83
34447
ec4c069f9436 8141338: Move jdk.internal.dynalink package to jdk.dynalink
attila
parents: 33688
diff changeset
    84
package jdk.dynalink;
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    85
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    86
import java.util.Objects;
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    87
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    88
/**
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    89
 * Operation that associates a name with another operation. Typically used with
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    90
 * operations that normally take a name or an index to bind them to a fixed
41842
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
    91
 * name. E.g.
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
    92
 * <pre>
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
    93
 *     new NamedOperation(
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
    94
 *         new NamespaceOperation(
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
    95
 *             StandardOperation.GET,
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
    96
 *             StandardNamespace.PROPERTY),
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
    97
 *         "color")
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
    98
 * </pre>
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
    99
 * will be a named operation for getting the property named "color" on the
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   100
 * object it is applied to, and
41842
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   101
 * <pre>
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   102
 *     new NamedOperation(
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   103
 *         new NamespaceOperation(
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   104
 *             StandardOperation.GET,
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   105
 *             StandardNamespace.ELEMENT),
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   106
 *         3)
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   107
 * </pre>
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   108
 * will be a named operation for getting the element at index 3 from the collection
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   109
 * it is applied to ("name" in this context is akin to "address" and encompasses both
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   110
 * textual names, numeric indices, or any other kinds of addressing that linkers can
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   111
 * understand). In these cases, the expected signature of the call site for the
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   112
 * operation will change to no longer include the name parameter. Specifically,
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   113
 * the documentation for all {@link StandardOperation} members describes how
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   114
 * they are affected by being incorporated into a named operation.
41842
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   115
 * <p>While {@code NamedOperation} can be constructed directly, it is often convenient
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   116
 * to use the {@link Operation#named(Object)} factory method instead, e.g.:
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   117
 * <pre>
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   118
 *    StandardOperation.GET
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   119
 *        .withNamespace(StandardNamespace.ELEMENT),
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   120
 *        .named(3)
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   121
 *     )
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   122
 * </pre>
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   123
 * <p>
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   124
 * Even though {@code NamedOperation} is most often used with {@link NamespaceOperation} as
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   125
 * its base, it can have other operations as its base too (except another named operation).
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   126
 * Specifically, {@link StandardOperation#CALL} as well as {@link StandardOperation#NEW} can
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   127
 * both be used with {@code NamedOperation} directly. The contract for these operations is such
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   128
 * that when they are used as named operations, their name is only used for diagnostic messages,
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   129
 * usually containing the textual representation of the source expression that retrieved the
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   130
 * callee, e.g. {@code StandardOperation.CALL.named("window.open")}.
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   131
 * </p>
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   132
 */
33688
649d5d76f602 8142422: Smaller Dynalink API adjustments
attila
parents: 33343
diff changeset
   133
public final class NamedOperation implements Operation {
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   134
    private final Operation baseOperation;
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   135
    private final Object name;
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   136
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   137
    /**
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   138
     * Creates a new named operation.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   139
     * @param baseOperation the base operation that is associated with a name.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   140
     * @param name the name associated with the base operation. Note that the
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   141
     * name is not necessarily a string, but can be an arbitrary object. As the
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   142
     * name is used for addressing, it can be an {@link Integer} when meant
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   143
     * to be used as an index into an array or list etc.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   144
     * @throws NullPointerException if either {@code baseOperation} or
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   145
     * {@code name} is null.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   146
     * @throws IllegalArgumentException if {@code baseOperation} is itself a
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   147
     * {@code NamedOperation}.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   148
     */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   149
    public NamedOperation(final Operation baseOperation, final Object name) {
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   150
        if (baseOperation instanceof NamedOperation) {
41842
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   151
            throw new IllegalArgumentException("baseOperation is a NamedOperation");
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   152
        }
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   153
        this.baseOperation = Objects.requireNonNull(baseOperation, "baseOperation is null");
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   154
        this.name = Objects.requireNonNull(name, "name is null");
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   155
    }
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   156
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   157
    /**
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   158
     * Returns the base operation of this named operation.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   159
     * @return the base operation of this named operation.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   160
     */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   161
    public Operation getBaseOperation() {
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   162
        return baseOperation;
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   163
    }
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   164
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   165
    /**
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   166
     * Returns the name of this named operation.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   167
     * @return the name of this named operation.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   168
     */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   169
    public Object getName() {
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   170
        return name;
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   171
    }
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   172
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   173
    /**
41842
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   174
     * Finds or creates a named operation that differs from this one only in the name.
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   175
     * @param newName the new name to replace the old name with.
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   176
     * @return a named operation with the changed name.
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   177
     * @throws NullPointerException if the name is null.
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   178
     */
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   179
    public final NamedOperation changeName(final String newName) {
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   180
        return new NamedOperation(baseOperation, newName);
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   181
    }
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   182
50202a344d28 8168005: Introduce namespaces for GET, SET Dynalink operations
attila
parents: 34447
diff changeset
   183
    /**
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   184
     * Compares this named operation to another object. Returns true if the
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   185
     * other object is also a named operation, and both their base operations
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   186
     * and name are equal.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   187
     */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   188
    @Override
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   189
    public boolean equals(final Object obj) {
33688
649d5d76f602 8142422: Smaller Dynalink API adjustments
attila
parents: 33343
diff changeset
   190
        if (obj instanceof NamedOperation) {
649d5d76f602 8142422: Smaller Dynalink API adjustments
attila
parents: 33343
diff changeset
   191
            final NamedOperation other = (NamedOperation)obj;
649d5d76f602 8142422: Smaller Dynalink API adjustments
attila
parents: 33343
diff changeset
   192
            return baseOperation.equals(other.baseOperation) && name.equals(other.name);
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   193
        }
33688
649d5d76f602 8142422: Smaller Dynalink API adjustments
attila
parents: 33343
diff changeset
   194
        return false;
33343
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   195
    }
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   196
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   197
    /**
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   198
     * Returns the hash code of this named operation. It is defined to be equal
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   199
     * to {@code baseOperation.hashCode() + 31 * name.hashCode()}.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   200
     */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   201
    @Override
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   202
    public int hashCode() {
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   203
        return baseOperation.hashCode() + 31 * name.hashCode();
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   204
    }
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   205
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   206
    /**
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   207
     * Returns the string representation of this named operation. It is defined
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   208
     * to be equal to {@code baseOperation.toString() + ":" + name.toString()}.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   209
     */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   210
    @Override
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   211
    public String toString() {
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   212
        return baseOperation.toString() + ":" + name.toString();
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   213
    }
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   214
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   215
    /**
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   216
     * If the passed operation is a named operation, returns its
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   217
     * {@link #getBaseOperation()}, otherwise returns the operation as is.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   218
     * @param op the operation
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   219
     * @return the base operation of the passed operation.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   220
     */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   221
    public static Operation getBaseOperation(final Operation op) {
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   222
        return op instanceof NamedOperation ? ((NamedOperation)op).baseOperation : op;
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   223
    }
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   224
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   225
    /**
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   226
     * If the passed operation is a named operation, returns its
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   227
     * {@link #getName()}, otherwise returns null. Note that a named operation
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   228
     * object can never have a null name, therefore returning null is indicative
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   229
     * that the passed operation is not, in fact, a named operation.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   230
     * @param op the operation
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   231
     * @return the name in the passed operation, or null if it is not a named
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   232
     * operation.
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   233
     */
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   234
    public static Object getName(final Operation op) {
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   235
        return op instanceof NamedOperation ? ((NamedOperation)op).name : null;
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   236
    }
23abd10384a5 8139931: Introduce Operation objects in Dynalink instead of string encoding
attila
parents:
diff changeset
   237
}