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

Method Summary
 LazyInitializer initializer()
           
 Job job()
          Get the job (i.e., compilation unit) associated with this class; or null.
 void setInitializer(LazyInitializer init)
           
 
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

job

Job job()
Get the job (i.e., compilation unit) associated with this class; or null.


initializer

LazyInitializer initializer()

setInitializer

void setInitializer(LazyInitializer init)