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 CompletionSettings
JRD_DEFAULT
static SupportedKeySets
JRD_KEY_SETS
private 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.CompletionItemSet
getDefaultSet()
CompletionItem.CompletionItemSet[]
getSets()
boolean
isByteman(CompletionItem.CompletionItemSet set)
boolean
isJasm(CompletionItem.CompletionItemSet set)
boolean
isJava(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)
-
-