
schemas.closure.json Maven / Gradle / Ivy
{
"nodeTypes" : [
{ "name" : "METHOD_REF",
"outEdges" : [
{"edgeName": "CAPTURE", "inNodes": ["CLOSURE_BINDING"]}
]
},
{"id":334, "name":"CLOSURE_BINDING",
"keys": [ "CLOSURE_BINDING_ID", "EVALUATION_STRATEGY" ],
"comment":"Represents the binding of a LOCAL or METHOD_PARAMETER_IN into the closure of a method.",
"outEdges": [
{"edgeName": "REF", "inNodes": ["LOCAL", "METHOD_PARAMETER_IN"]}
]
}
],
"edgeTypes" : [
{"id" : 40, "name": "CAPTURE", "comment" : "Represents the capturing of a variable into a closure.", "keys": []}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy