polyglot.types
Interface Importable

All Superinterfaces:
java.lang.Cloneable, Copy, Named, java.io.Serializable, TypeObject
All Known Subinterfaces:
ClassType, CofferClassType, CofferParsedClassType, CofferSubstType, MuPClass, ParsedClassType, PClass
All Known Implementing Classes:
ClassType_c, CofferParsedClassType_c, CofferSubstClassType_c, MuPClass_c, PaoParsedClassType_c, ParsedClassType_c, PClass_c, SubstClassType_c

public interface Importable
extends Named

An Importable is a type object that can be imported by another type object. An Importable is contained in a Package.


Method Summary
 Package package_()
           
 
Methods inherited from interface polyglot.types.Named
fullName, name
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

package_

Package package_()