public class FunctionDoc extends Documentable
| Modifier and Type | Field and Description |
|---|---|
boolean |
isFunction |
List<Variable> |
parameters |
List<Variable> |
returnParams |
children, description, icon, name| Constructor and Description |
|---|
FunctionDoc(String name,
String description,
ArrayList<Documentable> children,
List<Variable> parameters,
List<Variable> returnParams)
Constructor.
|
public FunctionDoc(String name, String description, ArrayList<Documentable> children, List<Variable> parameters, List<Variable> returnParams)
name - function name.description - description.children - children if any.parameters - parameters of the function.returnParams - return parameters of the function.Copyright © 2018 WSO2. All rights reserved.