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

Static Public Attributes

static final String DYNAMIC = "DYNAMIC"
 
static final String FUNCTION = "FUNCTION"
 
static final String INTERFACE = "INTERFACE"
 

Detailed Description

An enumeration of the kinds of runtime expression types.

@coverage dart.server.generated.types

Definition at line 16 of file RuntimeCompletionExpressionTypeKind.java.

Member Data Documentation

◆ DYNAMIC

final String org.dartlang.analysis.server.protocol.RuntimeCompletionExpressionTypeKind.DYNAMIC = "DYNAMIC"
static

Definition at line 18 of file RuntimeCompletionExpressionTypeKind.java.

◆ FUNCTION

final String org.dartlang.analysis.server.protocol.RuntimeCompletionExpressionTypeKind.FUNCTION = "FUNCTION"
static

Definition at line 20 of file RuntimeCompletionExpressionTypeKind.java.

◆ INTERFACE

final String org.dartlang.analysis.server.protocol.RuntimeCompletionExpressionTypeKind.INTERFACE = "INTERFACE"
static

Definition at line 22 of file RuntimeCompletionExpressionTypeKind.java.


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