Package org.pcre4j

Class Pcre2CompileContext

java.lang.Object
org.pcre4j.Pcre2CompileContext

public class Pcre2CompileContext extends Object
  • Constructor Details

    • Pcre2CompileContext

      public Pcre2CompileContext(Pcre2GeneralContext generalContext)
      Create a new compile context
      Parameters:
      generalContext - the general context to use or null to use the default context
  • Method Details

    • api

      public org.pcre4j.api.IPcre2 api()
      Get the PCRE2 API backing this compile context
      Returns:
      the PCRE2 API
    • handle

      public long handle()
      Get the handle of the compile context
      Returns:
      the handle of the compile context