Preparing search index...
The search index is not available
Typegres API Reference - v0.0.1
Typegres API Reference
UnaryOperatorExpression
Class UnaryOperatorExpression
Hierarchy (
View Summary
)
Expression
UnaryOperatorExpression
Index
Constructors
constructor
Properties
arg
is
Postfix
operator
Methods
compile
Constructors
constructor
new
UnaryOperatorExpression
(
operator
:
string
,
arg
:
Expression
,
isPostfix
?:
boolean
,
)
:
UnaryOperatorExpression
Parameters
operator
:
string
arg
:
Expression
isPostfix
:
boolean
= false
Returns
UnaryOperatorExpression
Properties
arg
arg
:
Expression
is
Postfix
isPostfix
:
boolean
= false
operator
operator
:
string
Methods
compile
compile
(
ctx
:
Context
)
:
RawBuilder
<
unknown
>
Parameters
ctx
:
Context
Returns
RawBuilder
<
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
arg
is
Postfix
operator
Methods
compile
Typegres API Reference - v0.0.1
Loading...