Uses of Enum Class
com.sun.source.tree.InstanceOfTree.TestKind
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of InstanceOfTree.TestKindPREVIEW in com.sun.source.tree
Modifier 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.