-
Methods in com.google.errorprone.dataflow that return AccessPath
Modifier and Type |
Method |
Description |
static 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 AccessPath |
AccessPath.fromNodeIfTrackable(org.checkerframework.errorprone.dataflow.cfg.node.Node node) |
Returns an AccessPath representing node if node is representable as an access
path and null otherwise
|
static AccessPath |
AccessPath.fromVariableDecl(org.checkerframework.errorprone.dataflow.cfg.node.VariableDeclarationNode node) |
|