soql-parser-lite - v1.0.1
Preparing search index...
SoqlParenExpr
Class SoqlParenExpr
Hierarchy (
View Summary
)
SoqlBooleanExpr
SoqlParenExpr
Index
Constructors
constructor
Properties
expr
Accessors
type
Methods
from
Buffer
from
String
Constructors
constructor
new
SoqlParenExpr
(
expr
:
SoqlBooleanExpr
)
:
SoqlParenExpr
Parameters
expr
:
SoqlBooleanExpr
Returns
SoqlParenExpr
Properties
expr
expr
:
SoqlBooleanExpr
Accessors
type
get
type
()
:
string
Returns
string
Methods
Static
from
Buffer
fromBuffer
(
buffer
:
SoqlStringBuffer
,
allowAggregates
?:
boolean
)
:
SoqlParenExpr
Parameters
buffer
:
SoqlStringBuffer
allowAggregates
:
boolean
= false
Returns
SoqlParenExpr
Static
from
String
fromString
(
string
:
string
)
:
SoqlParenExpr
Parameters
string
:
string
Returns
SoqlParenExpr
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
expr
Accessors
type
Methods
from
Buffer
from
String
soql-parser-lite - v1.0.1
Loading...