toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.functions
/
PipelineFunction
Pipeline
Function
class
PipelineFunction
(
decl
:
DeclareStepInstruction
)
:
ExtensionFunctionDefinition
(
source
)
Members
Constructors
Pipeline
Function
Link copied to clipboard
constructor
(
decl
:
DeclareStepInstruction
)
Types
Function
Call
Link copied to clipboard
inner
class
FunctionCall
:
ExtensionFunctionCall
Functions
as
Function
Link copied to clipboard
fun
asFunction
(
p0
:
Int
)
:
FunctionItem
depends
On
Focus
Link copied to clipboard
open
fun
dependsOnFocus
(
)
:
Boolean
get
Argument
Types
Link copied to clipboard
open
override
fun
getArgumentTypes
(
)
:
Array
<
out
SequenceType
?
>
?
get
Function
QName
Link copied to clipboard
open
override
fun
getFunctionQName
(
)
:
StructuredQName
?
get
Maximum
Number
Of
Arguments
Link copied to clipboard
open
override
fun
getMaximumNumberOfArguments
(
)
:
Int
get
Minimum
Number
Of
Arguments
Link copied to clipboard
open
override
fun
getMinimumNumberOfArguments
(
)
:
Int
get
Result
Type
Link copied to clipboard
open
override
fun
getResultType
(
sequenceTypes
:
Array
<
out
SequenceType
?
>
?
)
:
SequenceType
?
has
Side
Effects
Link copied to clipboard
open
fun
hasSideEffects
(
)
:
Boolean
make
Call
Expression
Link copied to clipboard
open
override
fun
makeCallExpression
(
)
:
ExtensionFunctionCall
?
trust
Result
Type
Link copied to clipboard
open
fun
trustResultType
(
)
:
Boolean