Uses of Enum Class
com.sun.source.tree.InstanceOfTree.TestKind
Packages that use InstanceOfTree.TestKindPREVIEW
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of InstanceOfTree.TestKindPREVIEW in com.sun.source.tree
Methods in com.sun.source.tree that return InstanceOfTree.TestKindPREVIEWModifier and TypeMethodDescriptionInstanceOfTree.getTestKind()
Preview.Returns the kind of this instanceof expression.Returns the enum constant of this class with the specified name.static InstanceOfTree.TestKindPREVIEW[]
InstanceOfTree.TestKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.