Class SupportedKeySets
- java.lang.Object
-
- org.jrd.frontend.frame.main.decompilerview.SupportedKeySets
-
public class SupportedKeySets extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static CompletionSettingsJRD_DEFAULTstatic SupportedKeySetsJRD_KEY_SETSprivate CompletionItem.CompletionItemSet[]sets
-
Constructor Summary
Constructors Constructor Description SupportedKeySets(CompletionItem.CompletionItemSet... sets)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompletionItem.CompletionItemSetgetDefaultSet()CompletionItem.CompletionItemSet[]getSets()booleanisByteman(CompletionItem.CompletionItemSet set)booleanisJasm(CompletionItem.CompletionItemSet set)booleanisJava(CompletionItem.CompletionItemSet set)java.util.List<CompletionItem.CompletionItemSet>recognize(java.lang.String textWithKeywords)
-
-
-
Field Detail
-
JRD_KEY_SETS
public static final SupportedKeySets JRD_KEY_SETS
-
JRD_DEFAULT
public static final CompletionSettings JRD_DEFAULT
-
sets
private final CompletionItem.CompletionItemSet[] sets
-
-
Constructor Detail
-
SupportedKeySets
public SupportedKeySets(CompletionItem.CompletionItemSet... sets)
-
-
Method Detail
-
getDefaultSet
public static CompletionItem.CompletionItemSet getDefaultSet()
-
getSets
public CompletionItem.CompletionItemSet[] getSets()
-
recognize
public java.util.List<CompletionItem.CompletionItemSet> recognize(java.lang.String textWithKeywords)
-
isByteman
public boolean isByteman(CompletionItem.CompletionItemSet set)
-
isJasm
public boolean isJasm(CompletionItem.CompletionItemSet set)
-
isJava
public boolean isJava(CompletionItem.CompletionItemSet set)
-
-