Package | Description |
---|---|
cb.generator.java |
This package contains a simple Java generator that reads in a PetalFile tree as input.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldImpl
Simple representation of a Java field.
|
Modifier and Type | Method and Description |
---|---|
Field |
Factory.createField(ClassAttribute attr)
create a field based on a petal attribute
|
Field |
Factory.createField(ClassAttribute attr,
String name,
String type,
String acc,
String init)
create a field based on the given petal attribute
|
Modifier and Type | Method and Description |
---|---|
Collection<Field> |
Class.getFields() |
Collection<Field> |
ClassImpl.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
Factory.addField(Class c,
Field field)
add a Field to the given class c
|
void |
Class.addField(Field f) |
void |
ClassImpl.addField(Field f) |
void |
Class.removeField(Field f) |
void |
ClassImpl.removeField(Field f) |
Copyright © 2018 BITPlan GmbH. All rights reserved.