Class FEELLanguageService
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.widgets.codecompletion.feel.FEELLanguageService
-
@ApplicationScoped public class FEELLanguageService extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFEELLanguageService.Position
-
Constructor Summary
Constructors Constructor Description FEELLanguageService(TypeStackUtils typeStackUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Candidate>getCandidates(String text, List<Variable> variables, FEELLanguageService.Position position)List<org.kie.dmn.feel.gwt.functions.api.FunctionOverrideVariation>getFunctionOverrideVariations()
-
-
-
Constructor Detail
-
FEELLanguageService
@Inject public FEELLanguageService(TypeStackUtils typeStackUtils)
-
-