Uses of Interface
jdk.dynalink.Namespace
-
Packages that use Namespace 软件包 描述 jdk.dynalink 包含用于链接invokedynamic
呼叫站点的接口和类。 -
-
Uses of Namespace in jdk.dynalink
Classes in jdk.dynalink that implement Namespace 变量和类型 类 描述 class
StandardNamespace
Dynalink定义的标准名称空间的枚举。Methods in jdk.dynalink that return Namespace 变量和类型 方法 描述 Namespace
NamespaceOperation. getNamespace(int i)
返回此命名空间操作中的第i个命名空间。Namespace[]
NamespaceOperation. getNamespaces()
返回此命名空间操作中的命名空间。static Namespace[]
NamespaceOperation. getNamespaces(Operation op)
如果传递的操作是命名空间操作,则返回其NamespaceOperation.getNamespaces()
,否则返回空数组。Methods in jdk.dynalink with parameters of type Namespace 变量和类型 方法 描述 boolean
NamespaceOperation. contains(Namespace namespace)
如果此命名空间操作包含等于指定命名空间的命名空间,则返回true。static boolean
NamespaceOperation. contains(Operation op, Operation baseOperation, Namespace namespace)
如果指定的操作是NamespaceOperation
并且其基本操作等于指定的操作,则返回true,并且它包含指定的命名空间。default NamespaceOperation
Operation. withNamespace(Namespace namespace)
以此操作为基础返回NamespaceOperation
。default NamespaceOperation
Operation. withNamespaces(Namespace... namespaces)
以此操作为基础返回NamespaceOperation
。Constructors in jdk.dynalink with parameters of type Namespace 构造器 描述 NamespaceOperation(Operation baseOperation, Namespace... namespaces)
构造一个新的命名空间操作。
-