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 |
ParameterImpl
Simple representation of a method parameter.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
Factory.createParameter(Parameter p)
create a parameter base on a petal parameter
|
Parameter |
Factory.createParameter(String name,
String type)
create a parameter
|
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
MethodImpl.getParameters() |
List<Parameter> |
Method.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
MethodImpl.setParameters(List<Parameter> p) |
void |
Method.setParameters(List<Parameter> p) |
Copyright © 2018 BITPlan GmbH. All rights reserved.