Preparing search index...
The search index is not available
XCompile
XCompile
clang
CompoundAssignOperator
Interface CompoundAssignOperator
interface
CompoundAssignOperator
{
id
:
string
;
inner
:
Node
[]
;
kind
:
"CompoundAssignOperator"
;
name
?:
string
;
opcode
:
|
"="
|
"*="
|
"/="
|
"%="
|
"+="
|
"-="
|
"&="
|
"^="
|
"|="
|
">>="
|
"<<="
;
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
;
type
:
{
desugaredQualType
?:
string
;
qualType
:
string
;
typeAliasDeclId
?:
string
;
}
;
}
Hierarchy (
View Summary
)
GenericNode
CompoundAssignOperator
Index
Properties
id
inner
kind
name?
opcode
range?
type
Properties
id
id
:
string
Hexadecimal ID for the node, e.g. "0x..."
inner
inner
:
Node
[]
kind
kind
:
"CompoundAssignOperator"
The kind of the node
Optional
name
name
?:
string
opcode
opcode
:
|
"="
|
"*="
|
"/="
|
"%="
|
"+="
|
"-="
|
"&="
|
"^="
|
"|="
|
">>="
|
"<<="
Optional
range
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
type
type
:
{
desugaredQualType
?:
string
;
qualType
:
string
;
typeAliasDeclId
?:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
inner
kind
name
opcode
range
type
XCompile
Loading...
Hexadecimal ID for the node, e.g. "0x..."