Package polyglot.types

Contains the type system and all related classes.

See: Description

Package polyglot.types Description

Contains the type system and all related classes. This includes the definitions of Type as well as all the concrete classes for it (e.g., for classes and primitives ). It includes the TypeSystem interface. All type objects, including Type but also objects representing variables, methods, constructors, etc., implement the TypeObject interface.
See Also:
TypeSystem, Type, TypeObject