| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.typesystem.computation |
This package contains the primary hooks for the actual type computation in Xbase
as well as their respective base implementations.
|
| org.eclipse.xtext.xbase.typesystem.references |
Lightweight representations for the various
JvmTypeReference
which offer some rich API. |
| org.eclipse.xtext.xbase.typesystem.util |
| Modifier and Type | Method and Description |
|---|---|
protected LightweightTypeReference |
ElementOrComponentTypeComputer.doVisitAnyTypeReference(AnyTypeReference reference) |
| Modifier and Type | Method and Description |
|---|---|
AnyTypeReference |
StandardTypeReferenceOwner.newAnyTypeReference() |
AnyTypeReference |
ITypeReferenceOwner.newAnyTypeReference()
Creates a new representation of the
any type, e.g. the type of the
value null. |
| Modifier and Type | Method and Description |
|---|---|
protected Result |
TypeReferenceVisitorWithResult.doVisitAnyTypeReference(AnyTypeReference reference) |
protected void |
TypeReferenceVisitor.doVisitAnyTypeReference(AnyTypeReference reference) |
protected void |
LightweightTypeReferenceSerializer.doVisitAnyTypeReference(AnyTypeReference reference) |
protected Result |
TypeReferenceVisitorWithParameterAndResult.doVisitAnyTypeReference(AnyTypeReference reference,
Param param) |
protected void |
TypeReferenceVisitorWithParameter.doVisitAnyTypeReference(AnyTypeReference reference,
Param param) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTypeReferencePairWalker.ArrayTypeReferenceTraverser.doVisitAnyTypeReference(AnyTypeReference reference,
ArrayTypeReference param) |
protected void |
AbstractTypeReferencePairWalker.doVisitAnyTypeReference(AnyTypeReference reference,
LightweightTypeReference param) |
protected void |
AbstractTypeReferencePairWalker.ParameterizedTypeReferenceTraverser.doVisitAnyTypeReference(AnyTypeReference reference,
ParameterizedTypeReference param) |
protected void |
HumanReadableTypeNames.doVisitAnyTypeReference(AnyTypeReference reference,
StringBuilder param) |
protected LightweightTypeReference |
TypeParameterSubstitutor.doVisitAnyTypeReference(AnyTypeReference reference,
Visiting visiting) |
Copyright © 2015. All Rights Reserved.