Package org.pcre4j
Class Pcre2GeneralContext
java.lang.Object
org.pcre4j.Pcre2GeneralContext
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new general context using system default memory management functions -
Method Summary
-
Constructor Details
-
Pcre2GeneralContext
public Pcre2GeneralContext()Create a new general context using system default memory management functions
-
-
Method Details
-
api
public org.pcre4j.api.IPcre2 api()Get the PCRE2 API backing this general context- Returns:
- the PCRE2 API
-
handle
public long handle()Get the handle of the general context- Returns:
- the handle of the general context
-