org.eclipse.internal.xtend.type.baseimpl.types
Class FeatureTypeImpl

java.lang.Object
  extended by org.eclipse.xtend.typesystem.AbstractTypeImpl
      extended by org.eclipse.internal.xtend.type.baseimpl.types.BuiltinBaseType
          extended by org.eclipse.internal.xtend.type.baseimpl.types.FeatureTypeImpl
All Implemented Interfaces:
Type
Direct Known Subclasses:
OperationTypeImpl

public class FeatureTypeImpl
extends BuiltinBaseType

Author:
Sven Efftinge (http://www.efftinge.de), Arno Haase

Constructor Summary
FeatureTypeImpl(TypeSystem ts, java.lang.String name)
           
 
Method Summary
 Feature[] getContributedFeatures()
           
 java.util.Set<Type> getSuperTypes()
           
 boolean isAbstract()
           
 boolean isInstance(java.lang.Object o)
           
 java.lang.Object newInstance()
           
 
Methods inherited from class org.eclipse.xtend.typesystem.AbstractTypeImpl
convert, equals, getAllFeatures, getAllOperations, getAllProperties, getAllStaticProperties, getDocumentation, getFeature, getName, getOperation, getProperty, getStaticProperty, getTypeSystem, hashCode, internalGetSuperTypes, internalIsAssignableFrom, isAssignableFrom, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureTypeImpl

public FeatureTypeImpl(TypeSystem ts,
                       java.lang.String name)
Method Detail

isInstance

public boolean isInstance(java.lang.Object o)

newInstance

public java.lang.Object newInstance()

isAbstract

public boolean isAbstract()
Specified by:
isAbstract in interface Type
Overrides:
isAbstract in class AbstractTypeImpl

getSuperTypes

public java.util.Set<Type> getSuperTypes()
Specified by:
getSuperTypes in interface Type
Overrides:
getSuperTypes in class AbstractTypeImpl

getContributedFeatures

public Feature[] getContributedFeatures()
Specified by:
getContributedFeatures in class AbstractTypeImpl