Package | Description |
---|---|
org.squashtest.ta.intellij.plugin.completion |
This package implements general completion logic for SKF languages.
|
org.squashtest.ta.intellij.plugin.tools |
Modifier and Type | Method and Description |
---|---|
LineSearchingResult |
PrimerMatcherSquashDSLMacroSignatureVisitor.visit(org.squashtest.ta.galaxia.enginelink.components.SquashDSLMacroFixedPart fixed) |
LineSearchingResult |
PrimerMatcherSquashDSLMacroSignatureVisitor.visit(org.squashtest.ta.galaxia.enginelink.components.SquashDSLMacroParam parm) |
Modifier and Type | Class and Description |
---|---|
static class |
LineSearchingResult.LineSearchHit |
Modifier and Type | Field and Description |
---|---|
static LineSearchingResult |
LineSearchingResult.LINE_SEARCH_MISS |
Modifier and Type | Method and Description |
---|---|
static LineSearchingResult |
StringToolkit.findCompleteOccurrenceOrPartialEndingOccurrence(String primer,
String fixedPart,
int beginIndex)
This function finds out if a specified string contains any complete occurrence of a target string,
or ends with the target's beginning.
|
static LineSearchingResult |
StringToolkit.getIthIndexes(String content,
String string,
String endIndicator,
int i)
This method is to get the position of the i th (1st, 2nd, 3rd, or 4th...) element in a string content
|
Modifier and Type | Method and Description |
---|---|
static List<LineSearchingResult> |
StringToolkit.getAllIndexes(String content,
String targetPattern,
String endIndicator)
This method is to get the position of all specific elements in a string content
|
Copyright © 2018-2019 Henix. All Rights Reserved.