Class Public :: NeutralCallable
A callable where there is no flow via the callable.
Import path
import semmle.code.java.dataflow.internal.FlowSummaryImpl
Direct supertypes
Indirect supertypes
Predicates
hasProvenance |
Holds if the neutral has provenance |
isAutoGenerated |
Holds if the neutral is auto generated. |
isManual |
Holds if there exists a manual neutral that applies to |
Inherited predicates
asCallable |
Gets this callable cast as a |
from SummarizedCallableBase |
asSyntheticCallable |
Gets this callable cast as a |
from SummarizedCallableBase |
getACall |
Gets a call that targets this callable. |
from SummarizedCallableBase |
getLocation |
Gets the source location for this callable. |
from SummarizedCallableBase |
getParameterType |
Gets the type of the parameter at the specified position with -1 indicating the instance parameter. |
from SummarizedCallableBase |
getReturnType |
Gets the return type of this callable. |
from SummarizedCallableBase |
toString |
Gets a textual representation of this callable. |
from SummarizedCallableBase |