Class MonacoFEELSuggestions
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.widgets.codecompletion.MonacoFEELSuggestions
-
@ApplicationScoped public class MonacoFEELSuggestions extends Object
-
-
Constructor Summary
Constructors Constructor Description MonacoFEELSuggestions(DMNGraphUtils dmnGraphUtils, FEELLanguageService feelLanguageService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Candidate>getCandidates(String expression, FEELLanguageService.Position position)
-
-
-
Constructor Detail
-
MonacoFEELSuggestions
@Inject public MonacoFEELSuggestions(DMNGraphUtils dmnGraphUtils, FEELLanguageService feelLanguageService)
-
-
Method Detail
-
getCandidates
public List<Candidate> getCandidates(String expression, FEELLanguageService.Position position)
-
-