| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.typesystem.conformance | |
| org.eclipse.xtext.xbase.typesystem.references |
Lightweight representations for the various
JvmTypeReference
which offer some rich API. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TypeConformanceComputer.MaxDistanceRawTypeAcceptor
Populates a
Multiset with the maximum number of necessary steps
from a given type to its super types. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LightweightTypeReference.collectSuperTypes(int level,
List<LightweightTypeReference> references,
TypeParameterSubstitutor<?> substitutor,
SuperTypeAcceptor acceptor,
Set<JvmType> seenTypes) |
void |
UnknownTypeReference.collectSuperTypes(SuperTypeAcceptor acceptor) |
void |
LightweightTypeReference.collectSuperTypes(SuperTypeAcceptor acceptor) |
void |
AnyTypeReference.collectSuperTypes(SuperTypeAcceptor acceptor) |
Copyright © 2015. All Rights Reserved.