public class ReferencedInvalidTypeFinder extends TypeReferenceVisitorWithResult<LightweightTypeReference>
| Constructor and Description |
|---|
ReferencedInvalidTypeFinder() |
doVisitAnyTypeReference, doVisitFunctionTypeReference, doVisitInnerFunctionTypeReference, doVisitInnerTypeReference, doVisitMultiTypeReference, doVisitSynonymTypeReference, doVisitUnboundTypeReference, doVisitUnknownTypeReferencepublic LightweightTypeReference findReferencedInvalidType(org.eclipse.xtext.common.types.JvmIdentifiableElement element)
protected LightweightTypeReference _internalFindReferencedInvalidType(org.eclipse.xtext.common.types.JvmIdentifiableElement field)
protected LightweightTypeReference _internalFindReferencedInvalidType(java.lang.Void field)
protected LightweightTypeReference _internalFindReferencedInvalidType(org.eclipse.xtext.common.types.JvmField field)
protected LightweightTypeReference _internalFindReferencedInvalidType(org.eclipse.xtext.common.types.JvmOperation operation)
protected LightweightTypeReference _internalFindReferencedInvalidType(org.eclipse.xtext.common.types.JvmExecutable executable)
protected LightweightTypeReference findUnknownType(org.eclipse.xtext.common.types.JvmTypeReference reference)
protected LightweightTypeReference findUnknownType(LightweightTypeReference type)
protected LightweightTypeReference doVisitTypeReference(LightweightTypeReference reference)
doVisitTypeReference in class TypeReferenceVisitorWithResult<LightweightTypeReference>protected LightweightTypeReference doVisitArrayTypeReference(ArrayTypeReference reference)
doVisitArrayTypeReference in class TypeReferenceVisitorWithResult<LightweightTypeReference>protected LightweightTypeReference doVisitWildcardTypeReference(WildcardTypeReference reference)
doVisitWildcardTypeReference in class TypeReferenceVisitorWithResult<LightweightTypeReference>protected LightweightTypeReference doVisitParameterizedTypeReference(ParameterizedTypeReference reference)
doVisitParameterizedTypeReference in class TypeReferenceVisitorWithResult<LightweightTypeReference>protected LightweightTypeReference doVisitCompoundTypeReference(CompoundTypeReference reference)
doVisitCompoundTypeReference in class TypeReferenceVisitorWithResult<LightweightTypeReference>protected LightweightTypeReference visit(java.util.List<LightweightTypeReference> references)
protected LightweightTypeReference toLightweightTypeReference(org.eclipse.xtext.common.types.JvmTypeReference typeRef)
protected LightweightTypeReference internalFindReferencedInvalidType(org.eclipse.xtext.common.types.JvmIdentifiableElement operation)