| name | data type | description |
|---|---|---|
| name | string | |
Properties inherited from AbstractDeclarationImpl |
||
| children | array of BIDeclaration | |
| acknowledged | boolean | |
| location | Locator | |
Example
{
"name" : "...",
"children" : [ {
"acknowledged" : true,
"location" : {
"publicId" : "...",
"columnNumber" : 12345,
"lineNumber" : 12345,
"systemId" : "..."
},
"name" : "...",
"children" : [ { }, { } ]
}, {
"acknowledged" : true,
"location" : {
"publicId" : "...",
"columnNumber" : 12345,
"lineNumber" : 12345,
"systemId" : "..."
},
"name" : "...",
"children" : [ { }, { } ]
} ],
"acknowledged" : true,
"location" : {
"publicId" : "...",
"columnNumber" : 12345,
"lineNumber" : 12345,
"systemId" : "..."
}
}