Class Vertex

    • Constructor Summary

      Constructors 
      Constructor Description
      Vertex()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract <T> T accept​(VertexVisitor<T> visitor)  
      java.lang.String toSourceLevelString​(com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache)
      If possible, returns a String representation of this that refers to source-level entities rather thatn WALA-internal ones (e.g., source-level variable names rather than SSA value numbers).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Vertex

        public Vertex()
    • Method Detail

      • accept

        public abstract <T> T accept​(VertexVisitor<T> visitor)
      • toSourceLevelString

        public java.lang.String toSourceLevelString​(com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache)
        If possible, returns a String representation of this that refers to source-level entities rather thatn WALA-internal ones (e.g., source-level variable names rather than SSA value numbers). By default, just returns the results of Object.toString()