Package it.unive.lisa.program.cfg
Interface ProgramPoint
-
- All Superinterfaces:
CodeElement
- All Known Implementing Classes:
AccessGlobal,AccessInstanceGlobal,Assignment,BinaryExpression,BinaryNativeCall,Call,CFGCall,Expression,HybridCall,Literal,NativeCall,NoOp,NullLiteral,OpenCall,Ret,Return,Statement,TernaryNativeCall,Throw,UnaryNativeCall,UnaryStatement,UnresolvedCall,VariableRef
public interface ProgramPoint extends CodeElement
A program point, representing an instruction that is happening in one of theCFGunder analysis.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CFGgetCFG()Yields theCFGthat this program point belongs to.-
Methods inherited from interface it.unive.lisa.program.CodeElement
getLocation
-
-