quasar
.
physical
.
marklogic
.
xquery
.
FunctionDecl
FunctionDecl2
Related Doc:
package FunctionDecl
final
case class
FunctionDecl2
(
name:
QName
,
param1:
TypedBindingName
,
param2:
TypedBindingName
,
returnType:
SequenceType
,
body:
XQuery
)
extends
FunctionDecl
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
FunctionDecl
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
FunctionDecl2
Serializable
Serializable
Product
Equals
FunctionDecl
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
FunctionDecl2
(
name:
QName
,
param1:
TypedBindingName
,
param2:
TypedBindingName
,
returnType:
SequenceType
,
body:
XQuery
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
arity
:
slamdata.Predef.Int
Definition Classes
FunctionDecl
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
body
:
XQuery
Definition Classes
FunctionDecl2
→
FunctionDecl
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
name
:
QName
Definition Classes
FunctionDecl2
→
FunctionDecl
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
param1
:
TypedBindingName
val
param2
:
TypedBindingName
def
parameters
:
NonEmptyList
[
TypedBindingName
]
Definition Classes
FunctionDecl2
→
FunctionDecl
def
render
:
slamdata.Predef.String
Definition Classes
FunctionDecl
val
returnType
:
SequenceType
Definition Classes
FunctionDecl2
→
FunctionDecl
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
FunctionDecl
Inherited from
AnyRef
Inherited from
Any
Ungrouped