Package | Description |
---|---|
org.thales.punch.libraries.punchlang.impl | |
org.thales.punch.libraries.punchlang.operator |
Punch language operators.
|
Modifier and Type | Method and Description |
---|---|
CidrMatchOperator |
RuntimeContext.cidrmatch(int index)
Return a CidrMatch operator for the corresponding index.
|
CidrMatchOperator |
RuntimeContext.cidrmatch(Tuple cidr)
Return a CidrMatch operator for the corresponding index.
|
Modifier and Type | Method and Description |
---|---|
CidrMatchOperator |
CidrMatchOperator.firstMatch()
Make the operator only match the first element.
|
CidrMatchOperator |
CidrMatchOperator.on(String input)
Make the operator ready to act on the provided String.
|
CidrMatchOperator |
CidrMatchOperator.on(Tuple tuple)
Make the operator ready to act on the provided tuple.
|
Copyright © 2022. All rights reserved.