Uses of Class
org.kcc.CompletionSettings.OP
-
Packages that use CompletionSettings.OP Package Description org.jrd.backend.completion org.kcc -
-
Uses of CompletionSettings.OP in org.jrd.backend.completion
Constructors in org.jrd.backend.completion with parameters of type CompletionSettings.OP Constructor Description JrdCompletionSettings(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
Fields in org.kcc declared as CompletionSettings.OP Modifier and Type Field Description private CompletionSettings.OP
CompletionSettings. op
Methods in org.kcc that return CompletionSettings.OP Modifier and Type Method Description CompletionSettings.OP
CompletionSettings. getOp()
static CompletionSettings.OP
CompletionSettings.OP. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompletionSettings.OP[]
CompletionSettings.OP. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kcc with parameters of type CompletionSettings.OP Constructor Description CompletionSettings(CompletionItem.CompletionItemSet set, CompletionSettings.OP op, boolean caseSensitive, boolean showHelp)
-