Package it.unive.lisa.program.cfg
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 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
-
-