Langium - v4.0.0
Preparing search index...
langium/grammar
UnionType
Class UnionType
Index
Constructors
constructor
Properties
comment?
data
Type?
declared
name
sub
Types
super
Types
type
type
Names
Methods
to
Ast
Types
String
to
Declared
Types
String
Constructors
constructor
new
UnionType
(
name
:
string
,
options
?:
{
comment
?:
string
;
dataType
?:
string
;
declared
:
boolean
}
,
)
:
UnionType
Parameters
name
:
string
Optional
options
:
{
comment
?:
string
;
dataType
?:
string
;
declared
:
boolean
}
Returns
UnionType
Properties
Optional
comment
comment
?:
string
Optional
data
Type
dataType
?:
string
declared
declared
:
boolean
name
name
:
string
sub
Types
subTypes
:
Set
<
TypeOption
>
= ...
super
Types
superTypes
:
Set
<
TypeOption
>
= ...
type
type
:
PropertyType
type
Names
typeNames
:
Set
<
string
>
= ...
Methods
to
Ast
Types
String
toAstTypesString
(
reflectionInfo
:
boolean
)
:
string
Parameters
reflectionInfo
:
boolean
Returns
string
to
Declared
Types
String
toDeclaredTypesString
(
reservedWords
:
Set
<
string
>
)
:
string
Parameters
reservedWords
:
Set
<
string
>
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
comment
data
Type
declared
name
sub
Types
super
Types
type
type
Names
Methods
to
Ast
Types
String
to
Declared
Types
String
Langium - v4.0.0
Loading...