|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.xtext.xbase.scoping.featurecalls.AbstractFeaturesForTypeProvider
public abstract class AbstractFeaturesForTypeProvider
| Constructor Summary | |
|---|---|
AbstractFeaturesForTypeProvider()
|
|
| Method Summary | |
|---|---|
protected boolean |
isSameTypeOrAssignableToUpperBound(JvmTypeReference first,
JvmTypeReference second)
Whether both JvmTypeReferences point to the same rawtyp or the second points to a type parameter where
the its upperBound is the same or a supertype of the first argument's raw type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.xtext.xbase.scoping.featurecalls.IFeaturesForTypeProvider |
|---|
getFeaturesForType, isExtensionProvider |
| Constructor Detail |
|---|
public AbstractFeaturesForTypeProvider()
| Method Detail |
|---|
protected boolean isSameTypeOrAssignableToUpperBound(JvmTypeReference first,
JvmTypeReference second)
JvmTypeReferences point to the same rawtyp or the second points to a type parameter where
the its upperBound is the same or a supertype of the first argument's raw type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||