polyglot.types
Interface ParsedTypeObject
- All Superinterfaces:
- java.lang.Cloneable, Copy, Named, java.io.Serializable, TypeObject
- All Known Subinterfaces:
- CofferParsedClassType, ParsedClassType
- All Known Implementing Classes:
- CofferParsedClassType_c, PaoParsedClassType_c, ParsedClassType_c
public interface ParsedTypeObject
- extends Named
Comment for ParsedTypeObject
- Author:
- nystrom
Methods inherited from interface polyglot.util.Copy |
copy |
job
Job job()
- Get the job (i.e., compilation unit) associated with this class; or null.
initializer
LazyInitializer initializer()
setInitializer
void setInitializer(LazyInitializer init)