| Package | Description | 
|---|---|
| cb.generator | 
 This package contains bases classes and interfaces for the generators. 
 | 
| cb.generator.java | 
 This package contains a simple Java generator that reads in a PetalFile tree as input. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
Map<String,Package> | 
GeneratorVisitor.packagesByName  | 
| Modifier and Type | Method and Description | 
|---|---|
Package | 
GeneratorVisitor.addPackage(ClassCategory category)
add a package for the given category 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PackageImpl
implementation of a package 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Package | 
Factory.createPackage(ClassCategory category)
create a package for the given category 
 | 
Package | 
Class.getPackage()  | 
Package | 
ClassImpl.getPackage()
get my package 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Class | 
Factory.createClass(Class clazz,
           Package p)
create a Class based on the given petal Clazz 
 | 
Class | 
Factory.createClass(Class clazz,
           String name,
           Package pack,
           String acc,
           boolean is_interface)
create a Class 
 | 
void | 
Class.setPackage(Package p)  | 
void | 
ClassImpl.setPackage(Package p)
set my package 
 | 
Copyright © 2018 BITPlan GmbH. All rights reserved.