Module platform

Class FunctionCompletion

All Implemented Interfaces:
Completion, ParameterizedCompletion, Comparable<Completion>

public class FunctionCompletion extends VariableCompletion implements ParameterizedCompletion
A completion choice representing a function.

In order to use any instance of a ParameterizedCompletion, you need to call AutoCompletion#setParameterAssistanceEnabled(boolean) with a value of true first. Otherwise, any completion choices will be visible in the completion list, but won't insert anything when selected.

Version:
1.0
Author:
Robert Futrell