ReflectPod is the CPod wrapper for a dependent Pod loaded via reflection.
Slots
-
private Bool loadedAllTypes
- make
-
new make(ReflectNamespace ns, Pod pod)
- name
-
virtual Str name()
- ns
-
virtual ReflectNamespace ns { virtual private set }
- pod
-
Pod pod { private set }
- resolveType
-
virtual ReflectType resolveType(Str typeName, Bool checked)
- toStr
-
virtual Str toStr()
-
private Str:ReflectType typeMap
- types
-
virtual CType[] types { virtual private set }
- version
-
virtual Version version()