Preparing search index...
The search index is not available
Solidity AST
Solidity AST
BinaryOperation
Interface BinaryOperation
interface
BinaryOperation
{
argumentTypes
?:
null
|
TypeDescriptions
[]
;
commonType
:
TypeDescriptions
;
function
?:
number
;
id
:
number
;
isConstant
:
boolean
;
isLValue
:
boolean
;
isPure
:
boolean
;
lValueRequested
:
boolean
;
leftExpression
:
Expression
;
nodeType
:
"BinaryOperation"
;
operator
:
|
"+"
|
"-"
|
"*"
|
"/"
|
"%"
|
"**"
|
"&&"
|
"||"
|
"!="
|
"=="
|
"<"
|
"<="
|
">"
|
">="
|
"^"
|
"&"
|
"|"
|
"<<"
|
">>"
;
rightExpression
:
Expression
;
src
:
string
;
typeDescriptions
:
TypeDescriptions
;
}
Index
Properties
argument
Types?
common
Type
function?
id
is
Constant
isLValue
is
Pure
l
Value
Requested
left
Expression
node
Type
operator
right
Expression
src
type
Descriptions
Properties
Optional
argument
Types
argument
Types
?:
null
|
TypeDescriptions
[]
common
Type
common
Type
:
TypeDescriptions
Optional
function
function
?:
number
id
id
:
number
is
Constant
is
Constant
:
boolean
isLValue
isLValue
:
boolean
is
Pure
is
Pure
:
boolean
l
Value
Requested
l
Value
Requested
:
boolean
left
Expression
left
Expression
:
Expression
node
Type
node
Type
:
"BinaryOperation"
operator
operator
:
|
"+"
|
"-"
|
"*"
|
"/"
|
"%"
|
"**"
|
"&&"
|
"||"
|
"!="
|
"=="
|
"<"
|
"<="
|
">"
|
">="
|
"^"
|
"&"
|
"|"
|
"<<"
|
">>"
right
Expression
right
Expression
:
Expression
src
src
:
string
type
Descriptions
type
Descriptions
:
TypeDescriptions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
argument
Types
common
Type
function
id
is
Constant
isLValue
is
Pure
l
Value
Requested
left
Expression
node
Type
operator
right
Expression
src
type
Descriptions
Solidity AST
Loading...