Package | Description |
---|---|
org.thales.punch.libraries.punchlang.api |
Punch package documentation.
|
org.thales.punch.libraries.punchlang.impl | |
org.thales.punch.libraries.punchlang.operator |
Punch language operators.
|
Modifier and Type | Method and Description |
---|---|
static DissectOperator |
Punchlet.dissect(String pattern)
Return a
DissectOperator for a given pattern. |
Modifier and Type | Method and Description |
---|---|
DissectOperator |
RuntimeContext.dissect(int index) |
Modifier and Type | Method and Description |
---|---|
DissectOperator |
DissectOperator.debug()
Print multiple useful values for debugging.
|
DissectOperator |
DissectOperator.on(String input)
Set the input data for running this operator.
|
DissectOperator |
DissectOperator.on(Tuple input)
Set the input data for running this operator.
|
DissectOperator |
DissectOperator.overwrite()
Request the existing content of your output tuple to be wiped and overwritten with the dissect value.
|
Copyright © 2023. All rights reserved.