Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
pkg
analysis_server
tool
spec
generated
java
types
ExecutableKind.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 kinds of executable files.
13
*
14
* @coverage dart.server.generated.types
15
*/
16
public
class
ExecutableKind
{
17
18
public
static
final
String
CLIENT
=
"CLIENT"
;
19
20
public
static
final
String
EITHER
=
"EITHER"
;
21
22
public
static
final
String
NOT_EXECUTABLE
=
"NOT_EXECUTABLE"
;
23
24
public
static
final
String
SERVER
=
"SERVER"
;
25
26
}
org.dartlang.analysis.server.protocol.ExecutableKind
Definition:
ExecutableKind.java:16
org.dartlang.analysis.server.protocol.ExecutableKind.CLIENT
static final String CLIENT
Definition:
ExecutableKind.java:18
org.dartlang.analysis.server.protocol.ExecutableKind.SERVER
static final String SERVER
Definition:
ExecutableKind.java:24
org.dartlang.analysis.server.protocol.ExecutableKind.NOT_EXECUTABLE
static final String NOT_EXECUTABLE
Definition:
ExecutableKind.java:22
org.dartlang.analysis.server.protocol.ExecutableKind.EITHER
static final String EITHER
Definition:
ExecutableKind.java:20
Generated on Sun Jun 23 2024 21:55:21 for Flutter Engine by
1.9.4