Interface CodeMember

  • All Known Implementing Classes:
    CFG, CFGWithAnalysisResults, NativeCFG
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface CodeMember
    A program member that has code within it. It exposes a method for retrieving a CFGDescriptor containing its signature.
    • Method Detail

      • getDescriptor

        CFGDescriptor getDescriptor()
        Yields the CFGDescriptor containing the signature of this code member.
        Returns:
        the descriptor of this code member