public abstract class AbstractReentrantTypeReferenceProvider extends java.lang.Object implements IJvmTypeReferenceProvider
| Constructor and Description |
|---|
AbstractReentrantTypeReferenceProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.eclipse.xtext.common.types.JvmTypeReference |
doGetTypeReference(XComputedTypeReferenceImplCustom context) |
org.eclipse.xtext.common.types.JvmTypeReference |
getTypeReference(XComputedTypeReferenceImplCustom context) |
protected org.eclipse.xtext.common.types.JvmTypeReference |
handleReentrantInvocation(XComputedTypeReferenceImplCustom context)
Allows to deal with reentrant invocation for the given context.
|
boolean |
isComputing() |
protected void |
markComputing() |
java.lang.String |
toString() |
protected void |
unmarkComputing() |
public AbstractReentrantTypeReferenceProvider()
public final org.eclipse.xtext.common.types.JvmTypeReference getTypeReference(XComputedTypeReferenceImplCustom context)
getTypeReference in interface IJvmTypeReferenceProviderprotected void markComputing()
protected void unmarkComputing()
public boolean isComputing()
protected org.eclipse.xtext.common.types.JvmTypeReference handleReentrantInvocation(XComputedTypeReferenceImplCustom context)
context - the reference that is part of a recursive call graph..protected abstract org.eclipse.xtext.common.types.JvmTypeReference doGetTypeReference(XComputedTypeReferenceImplCustom context)
public java.lang.String toString()
toString in class java.lang.Object