Uses of Class
com.e1c.langtool.storage.regex.model.RegExItem
Packages that use RegExItem
Package
Description
-
Uses of RegExItem in com.e1c.langtool.storage.regex
Methods in com.e1c.langtool.storage.regex that return types with arguments of type RegExItemMethods in com.e1c.langtool.storage.regex with parameters of type RegExItemModifier and TypeMethodDescriptionvoidvoidRegExUtil.getRegExGroups(RegExItem item) Gets the RegEx groups by the item and it's test string.RegExUtil.getRegExGroups(RegExItem item, Matcher matcher) Gets the RegEx groups by the item and given external matcher.voidRegExFile.removeItem(RegExItem item) voidYamlRegExFile.removeItem(RegExItem item) -
Uses of RegExItem in com.e1c.langtool.storage.regex.model
Methods in com.e1c.langtool.storage.regex.model that return types with arguments of type RegExItemMethod parameters in com.e1c.langtool.storage.regex.model with type arguments of type RegExItem -
Uses of RegExItem in com.e1c.langtool.ui.editor.regex
Constructor parameters in com.e1c.langtool.ui.editor.regex with type arguments of type RegExItemModifierConstructorDescriptionRegExGroupCheckStateProvider(org.eclipse.core.databinding.observable.value.IObservableValue<RegExItem> item) RegExTranslationComputedValue(org.eclipse.core.databinding.observable.list.IObservableList<RegExGroup> groups, org.eclipse.core.databinding.observable.value.IObservableValue<RegExItem> item)