Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
org.dartlang.analysis.server.protocol.CompletionCaseMatchingMode Class Reference

Static Public Attributes

static final String FIRST_CHAR = "FIRST_CHAR"
 
static final String ALL_CHARS = "ALL_CHARS"
 
static final String NONE = "NONE"
 

Detailed Description

An enumeration of the character case matching modes that the user may set in the client.

@coverage dart.server.generated.types

Definition at line 16 of file CompletionCaseMatchingMode.java.

Member Data Documentation

◆ ALL_CHARS

final String org.dartlang.analysis.server.protocol.CompletionCaseMatchingMode.ALL_CHARS = "ALL_CHARS"
static

Match all character cases when filtering completion lists.

Definition at line 27 of file CompletionCaseMatchingMode.java.

◆ FIRST_CHAR

final String org.dartlang.analysis.server.protocol.CompletionCaseMatchingMode.FIRST_CHAR = "FIRST_CHAR"
static

Match the first character case only when filtering completions, the default for this enumeration.

Definition at line 22 of file CompletionCaseMatchingMode.java.

◆ NONE

final String org.dartlang.analysis.server.protocol.CompletionCaseMatchingMode.NONE = "NONE"
static

Do not match character cases when filtering completion lists.

Definition at line 32 of file CompletionCaseMatchingMode.java.


The documentation for this class was generated from the following file: