Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
pkg
analysis_server
tool
spec
generated
java
types
CompletionCaseMatchingMode.java
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
3
* for details. All rights reserved. Use of this source code is governed by a
4
* BSD-style license that can be found in the LICENSE file.
5
*
6
* This file has been automatically generated. Please do not edit it manually.
7
* To regenerate the file, use the script "pkg/analysis_server/tool/spec/generate_files".
8
*/
9
package
org.dartlang.analysis.server.protocol;
10
11
/**
12
* An enumeration of the character case matching modes that the user may set in the client.
13
*
14
* @coverage dart.server.generated.types
15
*/
16
public
class
CompletionCaseMatchingMode
{
17
18
/**
19
* Match the first character case only when filtering completions, the default for this
20
* enumeration.
21
*/
22
public
static
final
String
FIRST_CHAR
=
"FIRST_CHAR"
;
23
24
/**
25
* Match all character cases when filtering completion lists.
26
*/
27
public
static
final
String
ALL_CHARS
=
"ALL_CHARS"
;
28
29
/**
30
* Do not match character cases when filtering completion lists.
31
*/
32
public
static
final
String
NONE
=
"NONE"
;
33
34
}
org.dartlang.analysis.server.protocol.CompletionCaseMatchingMode
Definition:
CompletionCaseMatchingMode.java:16
org.dartlang.analysis.server.protocol.CompletionCaseMatchingMode.NONE
static final String NONE
Definition:
CompletionCaseMatchingMode.java:32
org.dartlang.analysis.server.protocol.CompletionCaseMatchingMode.ALL_CHARS
static final String ALL_CHARS
Definition:
CompletionCaseMatchingMode.java:27
org.dartlang.analysis.server.protocol.CompletionCaseMatchingMode.FIRST_CHAR
static final String FIRST_CHAR
Definition:
CompletionCaseMatchingMode.java:22
Generated on Sun Jun 23 2024 21:55:21 for Flutter Engine by
1.9.4