forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapache-commons-jxpath.yaml
53 lines (53 loc) · 2.55 KB
/
apache-commons-jxpath.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
50
51
52
53
"functions":
- "name": "[org.apache.commons.jxpath.functions.ConstructorFunction].invoke(org.apache.commons.jxpath.ExpressionContext,java.lang.Object[])"
"params":
- "name": "arg0"
"type": "org.apache.commons.jxpath.ExpressionContext"
- "name": "arg1"
"type": "java.lang.Object[]"
"return_type": "java.lang.Object"
"signature": "[org.apache.commons.jxpath.functions.ConstructorFunction].invoke(org.apache.commons.jxpath.ExpressionContext,java.lang.Object[])"
- "name": "[org.apache.commons.jxpath.ClassFunctions].getFunction(java.lang.String,java.lang.String,java.lang.Object[])"
"params":
- "name": "arg0"
"type": "java.lang.String"
- "name": "arg1"
"type": "java.lang.String"
- "name": "arg2"
"type": "java.lang.Object[]"
"return_type": "org.apache.commons.jxpath.Function"
"signature": "[org.apache.commons.jxpath.ClassFunctions].getFunction(java.lang.String,java.lang.String,java.lang.Object[])"
- "name": "[org.apache.commons.jxpath.FunctionLibrary].getFunction(java.lang.String,java.lang.String,java.lang.Object[])"
"params":
- "name": "arg0"
"type": "java.lang.String"
- "name": "arg1"
"type": "java.lang.String"
- "name": "arg2"
"type": "java.lang.Object[]"
"return_type": "org.apache.commons.jxpath.Function"
"signature": "[org.apache.commons.jxpath.FunctionLibrary].getFunction(java.lang.String,java.lang.String,java.lang.Object[])"
- "name": "[org.apache.commons.jxpath.util.JXPath11CompatibleTypeConverter].convert(java.lang.Object,java.lang.Class)"
"params":
- "name": "arg0"
"type": "java.lang.Object"
- "name": "arg1"
"type": "java.lang.Class"
"return_type": "java.lang.Object"
"signature": "[org.apache.commons.jxpath.util.JXPath11CompatibleTypeConverter].convert(java.lang.Object,java.lang.Class)"
- "name": "[org.apache.commons.jxpath.ri.NamespaceResolver].getPrefix(java.lang.String)"
"params":
- "name": "arg0"
"type": "java.lang.String"
"return_type": "java.lang.String"
"signature": "[org.apache.commons.jxpath.ri.NamespaceResolver].getPrefix(java.lang.String)"
- "name": "[org.apache.commons.jxpath.ri.model.container.ContainerPointer].attributeIterator(org.apache.commons.jxpath.ri.QName)"
"params":
- "name": "arg0"
"type": "org.apache.commons.jxpath.ri.QName"
"return_type": "org.apache.commons.jxpath.ri.model.NodeIterator"
"signature": "[org.apache.commons.jxpath.ri.model.container.ContainerPointer].attributeIterator(org.apache.commons.jxpath.ri.QName)"
"language": "jvm"
"project": "apache-commons-jxpath"
"target_name": "JXPathFuzzer"
"target_path": "/src/JXPathFuzzer.java"