Interface JavaProcedureEntity

All Superinterfaces:
CAstEntity
All Known Implementing Classes:
JDTJava2CAstTranslator.ProcedureEntity

public interface JavaProcedureEntity extends CAstEntity
  • Method Details

    • getSignature

      String getSignature()
      Description copied from interface: CAstEntity
      Some programming language constructs have signatures, which are like names but usually have some detail to distinguish the construct from others with the same name. Signatures often denote typing information as well, but this is not required. This method should return a signature if appropriate, and null otherwise.
      Specified by:
      getSignature in interface CAstEntity