Uses of Class
com.google.errorprone.dataflow.AccessPath
Packages that use AccessPath
-
Uses of AccessPath in com.google.errorprone.dataflow
Methods in com.google.errorprone.dataflow that return AccessPathModifier and TypeMethodDescriptionstatic @Nullable AccessPath
AccessPath.fromFieldAccess
(org.checkerframework.errorprone.dataflow.cfg.node.FieldAccessNode fieldAccess) Creates an AccessPath from field reads / AutoValue accessor we can track and returns null otherwise (for example, when the receiver of the field access contains an array access or non-AutoValue method call.static AccessPath
AccessPath.fromLocalVariable
(org.checkerframework.errorprone.dataflow.cfg.node.LocalVariableNode node) static @Nullable AccessPath
AccessPath.fromNodeIfTrackable
(org.checkerframework.errorprone.dataflow.cfg.node.Node node) Returns an AccessPath representingnode
ifnode
is representable as an access path and null otherwisestatic AccessPath
AccessPath.fromVariableDecl
(org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode node) Methods in com.google.errorprone.dataflow that return types with arguments of type AccessPathModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableMap
<AccessPath, V> AccessPathStore.heap()
Methods in com.google.errorprone.dataflow with parameters of type AccessPathModifier and TypeMethodDescriptionAccessPathStore.Builder.setInformation
(AccessPath aPath, V value) AccessPathStore.valueOfAccessPath
(AccessPath path, V defaultValue) AccessPathValues.valueOfAccessPath
(AccessPath path, T defaultValue)