Package | Description |
---|---|
jdk.dynalink |
Dynalink is a library for dynamic linking of high-level operations on objects.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StandardNamespace |
An enumeration of standard namespaces defined by Dynalink.
|
Modifier and Type | Method | Description |
---|---|---|
Namespace |
NamespaceOperation.getNamespace(int i) |
Returns the i-th namespace in this namespace operation.
|
Namespace[] |
NamespaceOperation.getNamespaces() |
Returns the namespaces in this namespace operation.
|
static Namespace[] |
NamespaceOperation.getNamespaces(Operation op) |
If the passed operation is a namespace operation, returns its
NamespaceOperation.getNamespaces() , otherwise returns an empty array. |
Modifier and Type | Method | Description |
---|---|---|
boolean |
NamespaceOperation.contains(Namespace namespace) |
Returns true if this namespace operation contains a namespace equal to
the specified namespace.
|
static boolean |
NamespaceOperation.contains(Operation op,
Operation baseOperation,
Namespace namespace) |
Returns true if the specified operation is a
NamespaceOperation
and its base operation is equal to the specified operation, and it
contains the specified namespace. |
default NamespaceOperation |
Operation.withNamespace(Namespace namespace) |
Returns a
NamespaceOperation using this operation as its base. |
default NamespaceOperation |
Operation.withNamespaces(Namespace... namespaces) |
Returns a
NamespaceOperation using this operation as its base. |
Constructor | Description |
---|---|
NamespaceOperation(Operation baseOperation,
Namespace... namespaces) |
Constructs a new namespace operation.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b147-1