| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.typesystem.internal |
| Modifier and Type | Method and Description |
|---|---|
FeatureLinkingCandidate |
SuspiciouslyOverloadedCandidate.getChosenCandidate() |
FeatureLinkingCandidate |
SuspiciouslyOverloadedCandidate.getRejectedCandidate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SuspiciouslyOverloadedCandidate.appendCandidate(FeatureLinkingCandidate candidate,
StringBuilder result) |
protected org.eclipse.xtext.xbase.typesystem.internal.CandidateCompareResult |
FeatureLinkingCandidate.compareByArgumentTypes(FeatureLinkingCandidate right,
int leftBoxing,
int rightBoxing) |
protected org.eclipse.xtext.xbase.typesystem.internal.CandidateCompareResult |
FeatureLinkingCandidate.compareByArgumentTypesAndStaticFlag(FeatureLinkingCandidate right,
int leftBoxing,
int rightBoxing) |
| Constructor and Description |
|---|
AmbiguousFeatureLinkingCandidate(FeatureLinkingCandidate first,
AbstractPendingLinkingCandidate<?> second) |
SuspiciouslyOverloadedCandidate(FeatureLinkingCandidate chosenCandidate,
FeatureLinkingCandidate rejectedCandidate) |
Copyright © 2015. All Rights Reserved.