/usr/share/doc/jaula/html/hierarchy.js is in libjaula-doc 1.4.0-5build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | var hierarchy =
[
[ "JAULA::Exception", "classJAULA_1_1Exception.html", [
[ "JAULA::Bad_Data_Type", "classJAULA_1_1Bad__Data__Type.html", null ],
[ "JAULA::Lexan_Error", "classJAULA_1_1Lexan__Error.html", null ],
[ "JAULA::Name_Duplicated", "classJAULA_1_1Name__Duplicated.html", null ],
[ "JAULA::No_Error", "classJAULA_1_1No__Error.html", null ],
[ "JAULA::Syntax_Error", "classJAULA_1_1Syntax__Error.html", null ]
] ],
[ "JAULA::Parser", "classJAULA_1_1Parser.html", null ],
[ "JAULA::Parser::Value_Parser", "classJAULA_1_1Parser_1_1Value__Parser.html", null ],
[ "JAULA::Value", "classJAULA_1_1Value.html", [
[ "JAULA::Value_Boolean", "classJAULA_1_1Value__Boolean.html", null ],
[ "JAULA::Value_Complex", "classJAULA_1_1Value__Complex.html", [
[ "JAULA::Value_Array", "classJAULA_1_1Value__Array.html", null ],
[ "JAULA::Value_Object", "classJAULA_1_1Value__Object.html", null ]
] ],
[ "JAULA::Value_Null", "classJAULA_1_1Value__Null.html", null ],
[ "JAULA::Value_Number", "classJAULA_1_1Value__Number.html", null ],
[ "JAULA::Value_Number_Int", "classJAULA_1_1Value__Number__Int.html", null ],
[ "JAULA::Value_String", "classJAULA_1_1Value__String.html", null ]
] ],
[ "jaulaFlexLexer", null, [
[ "JAULA::Lexan", "classJAULA_1_1Lexan.html", null ]
] ]
];
|