CallArrow¶
-
public final class
CallArrow¶ One arrow in the CallGraph.
Fields¶
coversFurther¶
-
public BoolVector
coversFurther¶ Elementary formal arguments that are at a leaf of their complete formal arg structure. Related to the question of mismatchnig types of formal and actual arg.
Constructors¶
Methods¶
computeCoversFurther¶
-
protected void
computeCoversFurther()¶ Pre-detects whether formal and actual types don’t match, so that there may be blurring.
followsDirections¶
redirectDestination¶
redirectOrigin¶
setSrcCallName¶
takesArgumentByValue¶
-
public boolean
takesArgumentByValue(int parameterRank)¶ - Parameters
parameterRank – from 1 to nbArgs.
- Returns
true if this CallArrow passes arguments by value.