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

java.lang.Object
  extended by org.eclipse.xtend.typesystem.AbstractTypeImpl
      extended by org.eclipse.internal.xtend.type.baseimpl.types.BuiltinBaseType
All Implemented Interfaces:
Type
Direct Known Subclasses:
BooleanTypeImpl, CollectionTypeImpl, FeatureTypeImpl, IntegerTypeImpl, ObjectTypeImpl, PropertyTypeImpl, RealTypeImpl, StaticPropertyTypeImpl, StringTypeImpl, TypeTypeImpl

public abstract class BuiltinBaseType
extends AbstractTypeImpl


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

Constructor Detail

BuiltinBaseType

public BuiltinBaseType(TypeSystem ts,
                       java.lang.String name)