Class CompletionProposal
java.lang.Object
ro.sync.exml.workspace.api.standalone.project.textcompletions.CompletionProposal
Represents a text completion proposal.
- Since:
- 24.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompletionProposal
Constructor.- Parameters:
score
- The score of the proposal.tokens
- The tokens that can follow the prefix.
-
-
Method Details
-
getTokens
- Returns:
- The tokens that can follow the prefix.
- Since:
- 24.1
-
getScore
public float getScore()- Returns:
- Returns the score of the proposal.
-