Modifier and Type | Method and Description |
---|---|
Node |
getAstNode() |
CallGraph.Function |
getContainingFunction() |
Collection<CallGraph.Function> |
getPossibleTargets()
Returns the possible target functions that this callsite could call.
|
boolean |
hasExternTarget()
If true, then this callsite could target a function defined in the
externs.
|
boolean |
hasUnknownTarget()
If true, then DefinitionProvider used in callgraph construction
was unable find all target functions of this callsite.
|
public Node getAstNode()
public CallGraph.Function getContainingFunction()
public Collection<CallGraph.Function> getPossibleTargets()
computeForwardGraph
false
.public boolean hasUnknownTarget()
public boolean hasExternTarget()
Copyright © 2009-2016 Google. All Rights Reserved.