Interface RuleCompiledSources<S extends RuleLiteralData<R>,​R extends Rule>

    • Method Detail

      • getSources

        S getSources()
        Returns the sources for this compilation.
        Returns:
        the literal sources
      • rhs

        Consumer<RhsContext> rhs()
        This method returns the sources' compiled RHS.
        Returns:
        Consumer function of RhsContext if available (non-null) in the sources, or null if it's not present.