Home
last modified time | relevance | path

Searched refs:isStructurallyImmutableType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/dataflow/
H A DAccessPath.java454 && apContext.isStructurallyImmutableType(varSymbol.type)) { in buildAccessPathRecursive()
697 public boolean isStructurallyImmutableType(Type type) { in isStructurallyImmutableType() method in AccessPath.AccessPathContext