public class PrologCompletionParticipant extends CompletionParticipantAdapter
| Constructor and Description |
|---|
PrologCompletionParticipant() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAttributeName(boolean generateValue,
ICompletionRequest request,
ICompletionResponse response) |
void |
onAttributeValue(String valuePrefix,
ICompletionRequest request,
ICompletionResponse response)
Collects and stores attribute value completion items within the provided completion
response
response |
onDTDSystemId, onTagOpen, onXMLContentpublic void onAttributeName(boolean generateValue,
ICompletionRequest request,
ICompletionResponse response)
throws Exception
onAttributeName in interface ICompletionParticipantonAttributeName in class CompletionParticipantAdapterExceptionpublic void onAttributeValue(String valuePrefix, ICompletionRequest request, ICompletionResponse response) throws Exception
ICompletionParticipantresponseonAttributeValue in interface ICompletionParticipantonAttributeValue in class CompletionParticipantAdaptervaluePrefix - the attribute value before the offset in which completion was invokedrequest - the completion requestresponse - the completion responseExceptionCopyright © 2020. All rights reserved.