Preparing search index...
The search index is not available
XCompile
XCompile
clang
BinaryOperator
Interface BinaryOperator
interface
BinaryOperator
{
canOverflow
?:
boolean
;
id
:
string
;
inner
:
Node
[]
;
isPostfix
?:
boolean
;
kind
:
"BinaryOperator"
;
name
?:
string
;
opcode
:
|
"+"
|
"-"
|
"&"
|
"*"
|
"/"
|
"%"
|
"=="
|
"!="
|
"<="
|
"^"
|
"|"
|
"&&"
|
"||"
|
"<<"
|
">>"
|
"<"
|
">"
|
","
|
"__extension__"
;
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
;
type
:
{
desugaredQualType
?:
string
;
qualType
:
string
;
typeAliasDeclId
?:
string
;
}
;
}
Hierarchy (
View Summary
)
GenericNode
BinaryOperator
Index
Properties
can
Overflow?
id
inner
is
Postfix?
kind
name?
opcode
range?
type
Properties
Optional
can
Overflow
canOverflow
?:
boolean
id
id
:
string
Hexadecimal ID for the node, e.g. "0x..."
inner
inner
:
Node
[]
Optional
is
Postfix
isPostfix
?:
boolean
kind
kind
:
"BinaryOperator"
The kind of the node
Optional
name
name
?:
string
opcode
opcode
:
|
"+"
|
"-"
|
"&"
|
"*"
|
"/"
|
"%"
|
"=="
|
"!="
|
"<="
|
"^"
|
"|"
|
"&&"
|
"||"
|
"<<"
|
">>"
|
"<"
|
">"
|
","
|
"__extension__"
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
can
Overflow
id
inner
is
Postfix
kind
name
opcode
range
type
XCompile
Loading...
Hexadecimal ID for the node, e.g. "0x..."