Class SafetyAnalysis


  • public final class SafetyAnalysis
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Safety of​(com.google.errorprone.VisitorState state)
      Returns the safety of the item at the current path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 use VisitorState.withPath(TreePath) to provide a more specific path.