| Package | Description |
|---|---|
| org.bytedeco.hyperscan | |
| org.bytedeco.hyperscan.global |
| Modifier and Type | Method and Description |
|---|---|
hs_expr_ext_t |
hs_expr_ext_t.edit_distance(int setter) |
hs_expr_ext_t |
hs_expr_ext_t.flags(long setter) |
hs_expr_ext_t |
hs_expr_ext_t.hamming_distance(int setter) |
hs_expr_ext_t |
hs_expr_ext_t.max_offset(long setter) |
hs_expr_ext_t |
hs_expr_ext_t.min_length(long setter) |
hs_expr_ext_t |
hs_expr_ext_t.min_offset(long setter) |
hs_expr_ext_t |
hs_expr_ext_t.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static int |
hyperscan.hs_compile_ext_multi(byte[] expressions,
int[] flags,
int[] ids,
hs_expr_ext_t ext,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_ext_multi(ByteBuffer expressions,
IntBuffer flags,
IntBuffer ids,
hs_expr_ext_t ext,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_compile_ext_multi(BytePointer expressions,
IntPointer flags,
IntPointer ids,
hs_expr_ext_t ext,
int elements,
int mode,
hs_platform_info_t platform,
hs_database_t db,
hs_compile_error_t error) |
static int |
hyperscan.hs_expression_ext_info(BytePointer expression,
int flags,
hs_expr_ext_t ext,
hs_expr_info_t info,
hs_compile_error_t error) |
static int |
hyperscan.hs_expression_ext_info(BytePointer expression,
int flags,
hs_expr_ext_t ext,
PointerPointer info,
PointerPointer error)
Utility function providing information about a regular expression, with
extended parameter support.
|
static int |
hyperscan.hs_expression_ext_info(String expression,
int flags,
hs_expr_ext_t ext,
hs_expr_info_t info,
hs_compile_error_t error) |
Copyright © 2020. All rights reserved.