forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurvesapi.yaml
49 lines (49 loc) · 2.24 KB
/
curvesapi.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
"functions":
- "name": "[com.graphbuilder.curve.GroupIterator].<init>(java.lang.String,int)"
"params":
- "name": "arg0"
"type": "java.lang.String"
- "name": "arg1"
"type": "int"
"return_type": "com.graphbuilder.curve.GroupIterator"
"signature": "[com.graphbuilder.curve.GroupIterator].<init>(java.lang.String,int)"
- "name": "[com.graphbuilder.curve.NURBSpline].<init>(com.graphbuilder.curve.ControlPath,com.graphbuilder.curve.GroupIterator)"
"params":
- "name": "arg0"
"type": "com.graphbuilder.curve.ControlPath"
- "name": "arg1"
"type": "com.graphbuilder.curve.GroupIterator"
"return_type": "com.graphbuilder.curve.NURBSpline"
"signature": "[com.graphbuilder.curve.NURBSpline].<init>(com.graphbuilder.curve.ControlPath,com.graphbuilder.curve.GroupIterator)"
- "name": "[com.graphbuilder.curve.GroupIterator].<init>(int[])"
"params":
- "name": "arg0"
"type": "int[]"
"return_type": "com.graphbuilder.curve.GroupIterator"
"signature": "[com.graphbuilder.curve.GroupIterator].<init>(int[])"
- "name": "[com.graphbuilder.curve.BSpline].<init>(com.graphbuilder.curve.ControlPath,com.graphbuilder.curve.GroupIterator)"
"params":
- "name": "arg0"
"type": "com.graphbuilder.curve.ControlPath"
- "name": "arg1"
"type": "com.graphbuilder.curve.GroupIterator"
"return_type": "com.graphbuilder.curve.BSpline"
"signature": "[com.graphbuilder.curve.BSpline].<init>(com.graphbuilder.curve.ControlPath,com.graphbuilder.curve.GroupIterator)"
- "name": "[com.graphbuilder.curve.LagrangeCurve].<init>(com.graphbuilder.curve.ControlPath,com.graphbuilder.curve.GroupIterator)"
"params":
- "name": "arg0"
"type": "com.graphbuilder.curve.ControlPath"
- "name": "arg1"
"type": "com.graphbuilder.curve.GroupIterator"
"return_type": "com.graphbuilder.curve.LagrangeCurve"
"signature": "[com.graphbuilder.curve.LagrangeCurve].<init>(com.graphbuilder.curve.ControlPath,com.graphbuilder.curve.GroupIterator)"
- "name": "[com.graphbuilder.math.FuncNode].child(int)"
"params":
- "name": "arg0"
"type": "int"
"return_type": "com.graphbuilder.math.Expression"
"signature": "[com.graphbuilder.math.FuncNode].child(int)"
"language": "jvm"
"project": "curvesapi"
"target_name": "ParseFuzzer"
"target_path": "/src/ParseFuzzer.java"