Class FunctionCompletion

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

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