Uses of Enum Class
org.kcc.CompletionSettings.OP
Packages that use CompletionSettings.OP
-
Uses of CompletionSettings.OP in org.jrd.backend.completion
Constructors in org.jrd.backend.completion with parameters of type CompletionSettings.OPModifierConstructorDescriptionJrdCompletionSettings(CompletionItem.CompletionItemSet set, CompletionSettings.OP op, boolean caseSensitive, boolean showHelp, boolean dynamicClasses, boolean configAdditionalClasses, boolean methodNames, boolean methodFullSignatures) -
Uses of CompletionSettings.OP in org.kcc
Subclasses with type arguments of type CompletionSettings.OP in org.kccFields in org.kcc declared as CompletionSettings.OPMethods in org.kcc that return CompletionSettings.OPModifier and TypeMethodDescriptionCompletionSettings.getOp()static CompletionSettings.OPReturns the enum constant of this class with the specified name.static CompletionSettings.OP[]CompletionSettings.OP.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kcc with parameters of type CompletionSettings.OPModifierConstructorDescriptionCompletionSettings(CompletionItem.CompletionItemSet set, CompletionSettings.OP op, boolean caseSensitive, boolean showHelp)