podafPlastic
A library for dynamically generating and compiling Fantom code (Internal)
Mixins
| SrcCodeErr | A mixin for Errs that report errors in source code. | 
Classes
| PlasticClassModel | Models a Fantom class. | 
| PlasticCompiler | (Service) - Compiles Fantom source code and afPlastic models into usable Fantom code. | 
| PlasticCtorModel | Models a Fantom ctor. | 
| PlasticFacetModel | Models a Fantom facet. | 
| PlasticFieldModel | Models a Fantom field. | 
| PlasticMethodModel | Models a Fantom method. | 
| PlasticUsingModel | Models a Fantom  | 
| SrcCodeSnippet | Generates snippets of source code, often used to report errors. | 
| TypeCache | Converts Java types to more usable Str signatures. | 
Enums
| PlasticVisibility | A list of Fantom visibilities. | 
Errs
| PlasticCompilationErr | As throw by PlasticCompiler should Fantom code compilation fail. | 
| PlasticErr | As throw by afPlastic. |