@Properties(inherit=hyperscan.class) public class hs_expr_info_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
hs_expr_info_t()
Default native constructor.
|
hs_expr_info_t(long size)
Native array allocator.
|
hs_expr_info_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
matches_at_eod()
Whether this expression can produce matches at end of data (EOD).
|
hs_expr_info_t |
matches_at_eod(byte setter) |
byte |
matches_only_at_eod()
Whether this expression can *only* produce matches at end of data (EOD).
|
hs_expr_info_t |
matches_only_at_eod(byte setter) |
int |
max_width()
The maximum length in bytes of a match for the pattern.
|
hs_expr_info_t |
max_width(int setter) |
int |
min_width()
The minimum length in bytes of a match for the pattern.
|
hs_expr_info_t |
min_width(int setter) |
hs_expr_info_t |
position(long position) |
byte |
unordered_matches()
Whether this expression can produce matches that are not returned in
order, such as those produced by assertions.
|
hs_expr_info_t |
unordered_matches(byte setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic hs_expr_info_t()
public hs_expr_info_t(long size)
Pointer.position(long).public hs_expr_info_t(Pointer p)
Pointer.Pointer(Pointer).public hs_expr_info_t position(long position)
@Cast(value="unsigned int") public int min_width()
public hs_expr_info_t min_width(int setter)
@Cast(value="unsigned int") public int max_width()
public hs_expr_info_t max_width(int setter)
@Cast(value="char") public byte unordered_matches()
public hs_expr_info_t unordered_matches(byte setter)
@Cast(value="char") public byte matches_at_eod()
\b word boundary assertions may also result in EOD
matches as end-of-data can act as a word boundary.public hs_expr_info_t matches_at_eod(byte setter)
@Cast(value="char") public byte matches_only_at_eod()
public hs_expr_info_t matches_only_at_eod(byte setter)
Copyright © 2020. All rights reserved.