Uses of Enum Class
jdk.jshell.SourceCodeAnalysis.Attribute
Packages that use SourceCodeAnalysis.Attribute
包
描述
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL),
which interactively evaluate "snippets" of Java programming language code.
-
Uses of SourceCodeAnalysis.Attribute in jdk.jshell
Methods in jdk.jshell that return SourceCodeAnalysis.Attribute修饰符和类方法描述static SourceCodeAnalysis.AttributeReturns the enum constant of this class with the specified name.static SourceCodeAnalysis.Attribute[]SourceCodeAnalysis.Attribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jdk.jshell that return types with arguments of type SourceCodeAnalysis.Attribute修饰符和类方法描述SourceCodeAnalysis.Highlight.attributes()Returns the value of theattributesrecord component.Constructor parameters in jdk.jshell with type arguments of type SourceCodeAnalysis.AttributeModifierConstructor描述Highlight(int start, int end, Set<SourceCodeAnalysis.Attribute> attributes) Creates an instance of aHighlightrecord class.