Uses of Interface
org.kcc.CompletionItem.CompletionItemSet
-
Packages that use CompletionItem.CompletionItemSet Package Description org.jrd.backend.completion org.jrd.frontend.frame.main.decompilerview org.kcc org.kcc.wordsets -
-
Uses of CompletionItem.CompletionItemSet in org.jrd.backend.completion
Constructors in org.jrd.backend.completion with parameters of type CompletionItem.CompletionItemSet Constructor Description JrdCompletionSettings(CompletionItem.CompletionItemSet set, CompletionSettings.OP op, boolean caseSensitive, boolean showHelp, boolean dynamicClasses, boolean configAdditionalClasses, boolean methodNames, boolean methodFullSignatures)
-
Uses of CompletionItem.CompletionItemSet in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as CompletionItem.CompletionItemSet Modifier and Type Field Description private CompletionItem.CompletionItemSet[]
SupportedKeySets. sets
Fields in org.jrd.frontend.frame.main.decompilerview with type parameters of type CompletionItem.CompletionItemSet Modifier and Type Field Description private javax.swing.JList<CompletionItem.CompletionItemSet>
CompletionSettingsDialogue. completions
Methods in org.jrd.frontend.frame.main.decompilerview that return CompletionItem.CompletionItemSet Modifier and Type Method Description static CompletionItem.CompletionItemSet
SupportedKeySets. getDefaultSet()
CompletionItem.CompletionItemSet[]
SupportedKeySets. getSets()
Methods in org.jrd.frontend.frame.main.decompilerview that return types with arguments of type CompletionItem.CompletionItemSet Modifier and Type Method Description java.util.List<CompletionItem.CompletionItemSet>
SupportedKeySets. recognize(java.lang.String textWithKeywords)
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type CompletionItem.CompletionItemSet Modifier and Type Method Description boolean
SupportedKeySets. isByteman(CompletionItem.CompletionItemSet set)
boolean
SupportedKeySets. isJasm(CompletionItem.CompletionItemSet set)
boolean
SupportedKeySets. isJava(CompletionItem.CompletionItemSet set)
Method parameters in org.jrd.frontend.frame.main.decompilerview with type arguments of type CompletionItem.CompletionItemSet Modifier and Type Method Description private void
TextWithControls. normalCodeCompletionGuess(java.util.List<CompletionItem.CompletionItemSet> guessed)
Constructors in org.jrd.frontend.frame.main.decompilerview with parameters of type CompletionItem.CompletionItemSet Constructor Description SupportedKeySets(CompletionItem.CompletionItemSet... sets)
-
Uses of CompletionItem.CompletionItemSet in org.kcc
Fields in org.kcc declared as CompletionItem.CompletionItemSet Modifier and Type Field Description private CompletionItem.CompletionItemSet
CompletionSettings.RecognitionResult. set
private CompletionItem.CompletionItemSet
CompletionSettings. set
Methods in org.kcc that return CompletionItem.CompletionItemSet Modifier and Type Method Description CompletionItem.CompletionItemSet
CompletionSettings. getSet()
CompletionItem.CompletionItemSet
CompletionSettings.RecognitionResult. getSet()
Methods in org.kcc with parameters of type CompletionItem.CompletionItemSet Modifier and Type Method Description private static boolean
CompletionSettings. isInSet(java.lang.String word, CompletionItem.CompletionItemSet set)
static CompletionSettings.RecognitionResult[]
CompletionSettings. recognize(java.lang.String stext, CompletionItem.CompletionItemSet... sets)
void
KeywordBasedCodeCompletion. setCompletionsSet(CompletionItem.CompletionItemSet set)
Constructors in org.kcc with parameters of type CompletionItem.CompletionItemSet Constructor Description CompletionSettings(CompletionItem.CompletionItemSet set, CompletionSettings.OP op, boolean caseSensitive, boolean showHelp)
RecognitionResult(int words, int hits, int percent, int index, CompletionItem.CompletionItemSet set)
-
Uses of CompletionItem.CompletionItemSet in org.kcc.wordsets
Classes in org.kcc.wordsets that implement CompletionItem.CompletionItemSet Modifier and Type Class Description class
BytecodeKeywordsWithHelp
class
BytemanKeywords
class
ConnectedKeywords
class
JavaKeywordsWithHelp
class
JrdApiKeywords
Fields in org.kcc.wordsets declared as CompletionItem.CompletionItemSet Modifier and Type Field Description private CompletionItem.CompletionItemSet[]
ConnectedKeywords. originalSets
Methods in org.kcc.wordsets that return CompletionItem.CompletionItemSet Modifier and Type Method Description CompletionItem.CompletionItemSet[]
ConnectedKeywords. getOriginalSets()
Constructors in org.kcc.wordsets with parameters of type CompletionItem.CompletionItemSet Constructor Description ConnectedKeywords(CompletionItem.CompletionItemSet... originalSets)
-