Class SafetyAnalysis
- java.lang.Object
-
- com.palantir.baseline.errorprone.safety.SafetyAnalysis
-
public final class SafetyAnalysis extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Safetyof(com.google.errorprone.VisitorState state)Returns the safety of the item at the current path.
-
-
-
Method Detail
-
of
public static Safety of(com.google.errorprone.VisitorState state)
Returns the safety of the item at the current path. Callers may need to useVisitorState.withPath(TreePath)to provide a more specific path.
-
-