public interface ProgramLocationDependent<CfaNodeT extends CfaNode<CfaEdgeT,SignatureT>,CfaEdgeT extends CfaEdge<CfaNodeT>,SignatureT extends Signature>
AbstractState
is program location-specific, it should implement ProgramLocationDependent
.Modifier and Type | Method and Description |
---|---|
CfaNodeT |
getProgramLocation()
Returns the program location.
|
void |
setProgramLocation(CfaNodeT programLocation)
Sets the program location.
|