Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
pkg
analysis_server
tool
spec
generated
java
types
MessageType.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
* The type of a message that the server is requesting the client to display to the user. The type
13
* can be used by the client to control the way in which the message is displayed.
14
*
15
* @coverage dart.server.generated.types
16
*/
17
public
class
MessageType
{
18
19
/**
20
* The message is an error message.
21
*/
22
public
static
final
String
ERROR
=
"ERROR"
;
23
24
/**
25
* The message is a warning message.
26
*/
27
public
static
final
String
WARNING
=
"WARNING"
;
28
29
/**
30
* The message is an informational message.
31
*/
32
public
static
final
String
INFO
=
"INFO"
;
33
34
/**
35
* The message is a log message.
36
*/
37
public
static
final
String
LOG
=
"LOG"
;
38
39
}
org.dartlang.analysis.server.protocol.MessageType
Definition:
MessageType.java:17
org.dartlang.analysis.server.protocol.MessageType.LOG
static final String LOG
Definition:
MessageType.java:37
org.dartlang.analysis.server.protocol.MessageType.ERROR
static final String ERROR
Definition:
MessageType.java:22
org.dartlang.analysis.server.protocol.MessageType.INFO
static final String INFO
Definition:
MessageType.java:32
org.dartlang.analysis.server.protocol.MessageType.WARNING
static final String WARNING
Definition:
MessageType.java:27
Generated on Sun Jun 23 2024 21:55:21 for Flutter Engine by
1.9.4