Interface IReentrantTypeResolver
-
- All Known Implementing Classes:
AbstractRootedReentrantTypeResolver,CompoundReentrantTypeResolver,DefaultReentrantTypeResolver,LogicalContainerAwareReentrantTypeResolver
public interface IReentrantTypeResolver- Noimplement:
- This interface is not intended to be implemented by clients. TODO JavaDoc, toString
-
-
Field Summary
Fields Modifier and Type Field Description static IReentrantTypeResolverNULL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitializeFrom(org.eclipse.emf.ecore.EObject root)IResolvedTypesreentrantResolve(org.eclipse.xtext.util.CancelIndicator monitor)
-
-
-
Field Detail
-
NULL
static final IReentrantTypeResolver NULL
-
-
Method Detail
-
initializeFrom
void initializeFrom(org.eclipse.emf.ecore.EObject root)
-
reentrantResolve
IResolvedTypes reentrantResolve(org.eclipse.xtext.util.CancelIndicator monitor) throws org.eclipse.xtext.service.OperationCanceledError
- Throws:
org.eclipse.xtext.service.OperationCanceledError
-
-