@dallaylaen/ski-interpreter
Preparing search index...
quest
ExprCase
Class ExprCase
Hierarchy (
View Summary
)
Case
ExprCase
Index
Constructors
constructor
Properties
canonize?
e1
e2
engine
env
input
max
note
Methods
check
parse
Constructors
constructor
new
ExprCase
(
input
:
FreeVar
[]
,
options
:
AddCaseOptions
,
terms
:
string
[]
,
)
:
ExprCase
Parameters
input
:
FreeVar
[]
options
:
AddCaseOptions
terms
:
string
[]
Returns
ExprCase
Properties
Optional
canonize
canonize
?:
{
max
?:
number
;
maxArgs
?:
number
;
maxSize
?:
number
}
e1
e1
:
Subst
e2
e2
:
Subst
engine
engine
:
Parser
env
env
:
{
[
key
:
string
]:
Expr
}
input
input
:
FreeVar
[]
max
max
:
number
Param: input
Param: options
note
note
:
string
Methods
check
check
(
...
input
:
Expr
[]
)
:
CaseResult
Parameters
...
input
:
Expr
[]
Returns
CaseResult
parse
parse
(
src
:
string
)
:
Subst
Parameters
src
:
string
Returns
Subst
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
canonize
e1
e2
engine
env
input
max
note
Methods
check
parse
@dallaylaen/ski-interpreter
Loading...
Param: input
Param: options