Interface ICMethodFactory


@Ser public interface ICMethodFactory
C AST ICMethod factory.
  • Method Details

    • get

      ICMethod get(String maddr)
      Retrieve an AST method object by address.
      Parameters:
      maddr - original method address
      Returns:
    • create

      ICMethod create(String maddr)
      Create an uninitialized C AST method object. If the object exists, it is retrieved.
      Parameters:
      maddr - original method address
      Returns:
    • createSynthetic

      ICMethod createSynthetic(String name)
      Parameters:
      name -
      Returns: