| Package | Description |
|---|---|
| org.bytedeco.hyperscan | |
| org.bytedeco.hyperscan.global |
| Modifier and Type | Method and Description |
|---|---|
hs_expr_info_t |
hs_expr_info_t.matches_at_eod(byte setter) |
hs_expr_info_t |
hs_expr_info_t.matches_only_at_eod(byte setter) |
hs_expr_info_t |
hs_expr_info_t.max_width(int setter) |
hs_expr_info_t |
hs_expr_info_t.min_width(int setter) |
hs_expr_info_t |
hs_expr_info_t.position(long position) |
hs_expr_info_t |
hs_expr_info_t.unordered_matches(byte setter) |
| Modifier and Type | Method and Description |
|---|---|
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(String expression,
int flags,
hs_expr_ext_t ext,
hs_expr_info_t info,
hs_compile_error_t error) |
static int |
hyperscan.hs_expression_info(BytePointer expression,
int flags,
hs_expr_info_t info,
hs_compile_error_t error) |
static int |
hyperscan.hs_expression_info(String expression,
int flags,
hs_expr_info_t info,
hs_compile_error_t error) |
Copyright © 2020. All rights reserved.