| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SynonymTypesProvider.addArrayAndListSynonyms(LightweightTypeReference type,
SynonymTypesProvider.Acceptor acceptor) |
protected boolean |
SynonymTypesProvider.announceSynonym(LightweightTypeReference synonym,
ConformanceHint hint,
SynonymTypesProvider.Acceptor acceptor)
Announce a synonym type with the given conformance hint.
|
protected boolean |
SynonymTypesProvider.announceSynonym(LightweightTypeReference synonym,
EnumSet<ConformanceHint> hints,
SynonymTypesProvider.Acceptor acceptor)
Announce a synonym type with the given conformance hints.
|
protected boolean |
SynonymTypesProvider.announceSynonym(LightweightTypeReference synonym,
int flags,
SynonymTypesProvider.Acceptor acceptor)
Announce a synonym type with the given conformance flags.
|
protected boolean |
SynonymTypesProvider.collectCustomSynonymTypes(LightweightTypeReference type,
SynonymTypesProvider.Acceptor acceptor)
This is the hook to announce more synonym types.
|
void |
SynonymTypesProvider.collectSynonymTypes(LightweightTypeReference type,
SynonymTypesProvider.Acceptor acceptor) |
Copyright © 2015. All Rights Reserved.