XCompile
Preparing search index...
clang
Value
Interface Value
interface
Value
{
id
:
string
;
inner
?:
Node
[]
;
kind
:
|
"CStyleCastExpr"
|
"ImplicitCastExpr"
|
"ArraySubscriptExpr"
|
"CallExpr"
|
"CharacterLiteral"
|
"CompoundLiteralExpr"
|
"ConditionalOperator"
|
"ConstantExpr"
|
"FloatingLiteral"
|
"ImplicitValueInitExpr"
|
"InitListExpr"
|
"IntegerLiteral"
|
"ParenExpr"
|
"PredefinedExpr"
|
"StmtExpr"
|
"StringLiteral"
;
name
?:
string
;
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
;
type
:
TypeInfo
;
value
?:
string
|
{
toString
()
:
string
}
;
valueCategory
:
ValueCategory
;
}
Hierarchy (
View Summary
)
GenericNode
Value
Index
Properties
id
inner?
kind
name?
range?
type
value?
value
Category
Properties
id
id
:
string
Hexadecimal ID for the node, e.g. "0x..."
Optional
inner
inner
?:
Node
[]
kind
kind
:
|
"CStyleCastExpr"
|
"ImplicitCastExpr"
|
"ArraySubscriptExpr"
|
"CallExpr"
|
"CharacterLiteral"
|
"CompoundLiteralExpr"
|
"ConditionalOperator"
|
"ConstantExpr"
|
"FloatingLiteral"
|
"ImplicitValueInitExpr"
|
"InitListExpr"
|
"IntegerLiteral"
|
"ParenExpr"
|
"PredefinedExpr"
|
"StmtExpr"
|
"StringLiteral"
The kind of the node
Optional
name
name
?:
string
Optional
range
range
?:
{
begin
:
clang
.
Location
;
end
:
clang
.
Location
}
type
type
:
TypeInfo
Optional
value
value
?:
string
|
{
toString
()
:
string
}
value
Category
valueCategory
:
ValueCategory
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
inner
kind
name
range
type
value
value
Category
XCompile
Loading...
Hexadecimal ID for the node, e.g. "0x..."