Package it.unive.lisa.program.cfg
Interface CodeMember
-
- All Known Implementing Classes:
CFG,CFGWithAnalysisResults,NativeCFG
public interface CodeMemberA program member that has code within it. It exposes a method for retrieving aCFGDescriptorcontaining its signature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CFGDescriptorgetDescriptor()Yields theCFGDescriptorcontaining the signature of this code member.
-
-
-
Method Detail
-
getDescriptor
CFGDescriptor getDescriptor()
Yields theCFGDescriptorcontaining the signature of this code member.- Returns:
- the descriptor of this code member
-
-