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