Class RootPos

  • All Implemented Interfaces:
    com.ibm.wala.cast.tree.rewrite.CAstRewriter.RewriteContext<com.ibm.wala.cast.tree.rewrite.CAstBasicRewriter.NoKey>

    public final class RootPos
    extends NodePos
    • Constructor Summary

      Constructors 
      Constructor Description
      RootPos()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <A> A accept​(PosSwitch<A> ps)  
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class com.ibm.wala.cast.js.ipa.callgraph.correlations.extraction.NodePos

        inSubtree, key
      • Methods inherited from class java.lang.Object

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

      • RootPos

        public RootPos()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object