Uses of Enum Class
com.sun.source.tree.MemberReferenceTree.ReferenceMode
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
-
Uses of MemberReferenceTree.ReferenceMode in com.sun.source.tree
Modifier and TypeMethodDescriptionMemberReferenceTree.getMode()
Returns the mode of the reference.Returns the enum constant of this class with the specified name.static MemberReferenceTree.ReferenceMode[]
MemberReferenceTree.ReferenceMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.