antlraux.context.types
Interface SimpleInheritanceType
- All Superinterfaces:
- HeritableType, Type
- All Known Implementing Classes:
- ClassType
- public interface SimpleInheritanceType
- extends HeritableType
This derived interface modelizes types that implement simple inheritance
(only one super class, no interfaces)
getSuperType
public SimpleInheritanceType getSuperType()
setSuperType
public void setSuperType(SimpleInheritanceType superType)
throws TypeException
TypeException
Created by Enrique José García Cota