Package | Description |
---|---|
cb.generator.java |
This package contains a simple Java generator that reads in a PetalFile tree as input.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Class
Represents a class consisting of fields and methods, should be useful
for Java and C++.
|
interface |
Field
Represents a field of a class.
|
interface |
Method
Represents a Method containing code.
|
interface |
Package
a package
|
interface |
Parameter
Represents a formal parameter of a method,
|
Modifier and Type | Class and Description |
---|---|
class |
ClassImpl
Simple representation of a Java Class.
|
class |
FieldImpl
Simple representation of a Java field.
|
class |
MethodImpl
Simple representation of a Java method.
|
class |
NodeImpl
Simple representation of a node.
|
class |
PackageImpl
implementation of a package
|
class |
ParameterImpl
Simple representation of a method parameter.
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,Node> |
Factory.quid_map
Register created objects by the quid of the petal object
|
Modifier and Type | Method and Description |
---|---|
Node |
Factory.getObject(String quid) |
Modifier and Type | Method and Description |
---|---|
Collection<Node> |
Factory.getObjects()
get the objects
|
Modifier and Type | Method and Description |
---|---|
void |
Factory.addObject(String quid,
Node obj) |
Copyright © 2018 BITPlan GmbH. All rights reserved.