Class AbstractReentrantTypeReferenceProvider

    • Constructor Detail

      • AbstractReentrantTypeReferenceProvider

        public AbstractReentrantTypeReferenceProvider()
    • Method Detail

      • markComputing

        protected void markComputing()
      • unmarkComputing

        protected void unmarkComputing()
      • isComputing

        public boolean isComputing()
      • handleReentrantInvocation

        protected org.eclipse.xtext.common.types.JvmTypeReference handleReentrantInvocation​(XComputedTypeReferenceImplCustom context)
        Allows to deal with reentrant invocation for the given context.
        Parameters:
        context - the reference that is part of a recursive call graph..
      • toString

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