-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathjanino.yaml
41 lines (41 loc) · 2.23 KB
/
janino.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
"functions":
- "name": "[org.codehaus.janino.Unparser].unparseStatements(java.util.List<? extends BlockStatement>)"
"params":
- "name": "arg0"
"type": "java.util.List<? extends BlockStatement>"
"return_type": "void"
"signature": "[org.codehaus.janino.Unparser].unparseStatements(java.util.List<? extends BlockStatement>)"
- "name": "[org.codehaus.janino.util.DeepCopier].copyCatchClauses(java.util.Collection<? extends CatchClause>)"
"params":
- "name": "arg0"
"type": "java.util.Collection<? extends CatchClause>"
"return_type": "java.util.List<CatchClause>"
"signature": "[org.codehaus.janino.util.DeepCopier].copyCatchClauses(java.util.Collection<? extends CatchClause>)"
- "name": "[org.codehaus.janino.util.DeepCopier].copyResources(java.util.Collection<? extends Resource>)"
"params":
- "name": "arg0"
"type": "java.util.Collection<? extends Resource>"
"return_type": "java.util.List<Resource>"
"signature": "[org.codehaus.janino.util.DeepCopier].copyResources(java.util.Collection<? extends Resource>)"
- "name": "[org.codehaus.janino.util.DeepCopier].copyBlockStatements(java.util.Collection<? extends BlockStatement>)"
"params":
- "name": "arg0"
"type": "java.util.Collection<? extends BlockStatement>"
"return_type": "java.util.List<BlockStatement>"
"signature": "[org.codehaus.janino.util.DeepCopier].copyBlockStatements(java.util.Collection<? extends BlockStatement>)"
- "name": "[org.codehaus.janino.util.DeepCopier].copyCatchClause(org.codehaus.janino.Java$CatchClause)"
"params":
- "name": "arg0"
"type": "org.codehaus.janino.Java$CatchClause"
"return_type": "org.codehaus.janino.Java$CatchClause"
"signature": "[org.codehaus.janino.util.DeepCopier].copyCatchClause(org.codehaus.janino.Java$CatchClause)"
- "name": "[org.codehaus.janino.util.DeepCopier].copyStatements(java.util.Collection<? extends BlockStatement>)"
"params":
- "name": "arg0"
"type": "java.util.Collection<? extends BlockStatement>"
"return_type": "java.util.List<BlockStatement>"
"signature": "[org.codehaus.janino.util.DeepCopier].copyStatements(java.util.Collection<? extends BlockStatement>)"
"language": "jvm"
"project": "janino"
"target_name": "ExpressionEvaluatorFuzzer"
"target_path": "/src/ExpressionEvaluatorFuzzer.java"