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