Class RecursionFreeToken

    • Method Detail

      • pushToken

        public ContextSensitivityToken pushToken​(it.unive.lisa.analysis.ScopeToken c)
        Description copied from interface: ContextSensitivityToken
        Creates a context sensitive token with the given scope on the top of the stack.
        Specified by:
        pushToken in interface ContextSensitivityToken
        Parameters:
        c - the ScopeToken to be pushed at the top of the context sensitive
        Returns:
        a token with the given scope on the top of the call stack
      • getSingleton

        public static RecursionFreeToken getSingleton()
        Return an empty token.
        Returns:
        an empty token
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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