Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
pkg
analysis_server
tool
spec
generated
java
types
ParameterKind.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 types of parameters.
13
*
14
* @coverage dart.server.generated.types
15
*/
16
public
class
ParameterKind
{
17
18
/**
19
* An optional named parameter.
20
*/
21
public
static
final
String
OPTIONAL_NAMED
=
"OPTIONAL_NAMED"
;
22
23
/**
24
* An optional positional parameter.
25
*/
26
public
static
final
String
OPTIONAL_POSITIONAL
=
"OPTIONAL_POSITIONAL"
;
27
28
/**
29
* A required named parameter.
30
*/
31
public
static
final
String
REQUIRED_NAMED
=
"REQUIRED_NAMED"
;
32
33
/**
34
* A required positional parameter.
35
*/
36
public
static
final
String
REQUIRED_POSITIONAL
=
"REQUIRED_POSITIONAL"
;
37
38
}
org.dartlang.analysis.server.protocol.ParameterKind
Definition:
ParameterKind.java:16
org.dartlang.analysis.server.protocol.ParameterKind.OPTIONAL_NAMED
static final String OPTIONAL_NAMED
Definition:
ParameterKind.java:21
org.dartlang.analysis.server.protocol.ParameterKind.REQUIRED_POSITIONAL
static final String REQUIRED_POSITIONAL
Definition:
ParameterKind.java:36
org.dartlang.analysis.server.protocol.ParameterKind.REQUIRED_NAMED
static final String REQUIRED_NAMED
Definition:
ParameterKind.java:31
org.dartlang.analysis.server.protocol.ParameterKind.OPTIONAL_POSITIONAL
static final String OPTIONAL_POSITIONAL
Definition:
ParameterKind.java:26
Generated on Sun Jun 23 2024 21:55:21 for Flutter Engine by
1.9.4