Last active
December 31, 2021 01:49
-
-
Save PhilippSalvisberg/2b5171b5df53f1ad2c2160103faf6ad0 to your computer and use it in GitHub Desktop.
GraalVM Native Image - First Impressions see https://www.salvis.com/blog/2021/12/29/graalvm-native-image-first-impressions/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"com.trivadis.plsql.formatter.TvdFormat", | |
"methods":[{"name":"main","parameterTypes":["java.lang.String[]"] }]} | |
, | |
{ | |
"name":"java.lang.ClassLoader", | |
"methods":[ | |
{"name":"getPlatformClassLoader","parameterTypes":[] }, | |
{"name":"loadClass","parameterTypes":["java.lang.String"] } | |
]} | |
, | |
{ | |
"name":"java.lang.String", | |
"methods":[ | |
{"name":"lastIndexOf","parameterTypes":["int"] }, | |
{"name":"substring","parameterTypes":["int"] } | |
]} | |
, | |
{ | |
"name":"java.lang.System", | |
"methods":[ | |
{"name":"getProperty","parameterTypes":["java.lang.String"] }, | |
{"name":"setProperty","parameterTypes":["java.lang.String","java.lang.String"] } | |
]} | |
, | |
{ | |
"name":"jdk.internal.loader.ClassLoaders$PlatformClassLoader"} | |
, | |
{ | |
"name":"org.graalvm.nativebridge.jni.JNIExceptionWrapperEntryPoints", | |
"methods":[{"name":"getClassName","parameterTypes":["java.lang.Class"] }]} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type":"agent-extracted", | |
"classes":[ | |
] | |
} | |
] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
["java.util.function.Predicate"] | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"oracle.dbtools.app.Format", | |
"methods":[ | |
{"name":"breaksAfterComma","parameterTypes":[] }, | |
{"name":"breaksAfterConcat","parameterTypes":[] }, | |
{"name":"breaksAfterLogicalConjunction","parameterTypes":[] }, | |
{"name":"breaksBeforeComma","parameterTypes":[] }, | |
{"name":"breaksBeforeConcat","parameterTypes":[] }, | |
{"name":"breaksBeforeLogicalConjunction","parameterTypes":[] }, | |
{"name":"dontFormatNode","parameterTypes":["oracle.dbtools.parser.Parsed","java.util.Map"] }, | |
{"name":"identifiers","parameterTypes":["oracle.dbtools.parser.Parsed","java.util.Map"] }, | |
{"name":"indentConditions","parameterTypes":[] } | |
]} | |
, | |
{ | |
"name":"oracle.dbtools.app.Persist2XML", | |
"methods":[{"name":"values","parameterTypes":["oracle.dbtools.parser.Parsed","java.util.Map"] }]} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name" : "com.trivadis.plsql.formatter.ScriptRunnerContext", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.io.BufferedWriter", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.io.File", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.io.PrintStream", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.lang.Class", | |
"methods" : [ | |
{"name" : "getDeclaredField"} | |
] | |
}, | |
{ | |
"name" : "java.lang.Integer", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.lang.reflect.Field", | |
"methods" : [ | |
{ "name" : "setAccessible"}, | |
{ "name" : "get"} | |
] | |
}, | |
{ | |
"name" : "java.lang.String", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.lang.StringBuilder", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.lang.System", | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.net.URI", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.nio.file.Files", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.nio.file.FileSystems", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.nio.file.Paths", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.ArrayList", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.Arrays", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.Collection", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.HashMap", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.HashMap$KeySet", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.HashSet", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.Iterator", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.regex.Matcher", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.regex.Pattern", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.stream.Collectors", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.stream.ReferencePipeline$Head", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.stream.Stream", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "java.util.TreeSet", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.app.Format", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.app.Format$Breaks", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.app.Format$BreaksX2", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.app.Format$Case", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.app.Format$FlowControl", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.app.Format$InlineComments", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.app.Format$Space", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.app.Persist2XML", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.arbori.Program", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.arbori.SqlProgram", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.parser.Lexer", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.parser.LexerToken", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.parser.Parsed", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.parser.ParseNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.parser.plsql.SqlEarley", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.parser.plsql.SyntaxError", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.parser.Substitutions", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.parser.Token", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.util.Logger", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
}, | |
{ | |
"name" : "oracle.dbtools.util.Service", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allDeclaredClasses": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true, | |
"allPublicClasses": true | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "oracle.dbtools.app.CompletionItem", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.CompletionItem$Type", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.CompletionList", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format$2", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format$3", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format$Breaks", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format$BreaksX2", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format$Case", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format$FlowControl", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format$InlineComments", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Format$Space", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Obfuscator", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Persist2XML", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.Rewrite", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.SqlCompleter$IProgram", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.SqlId", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.XML2Table", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.XML2Table$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.CallLink$State", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.Dotted", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.FlowGraph$Debug", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.Loc", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.Loc$LocType", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlException", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlException$Cause", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$CharFamily", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$Collection", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$DateFamily", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$Ellipsis", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$Exception", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$Function", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$Function$ARGMATCH", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$NumericFamily", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$Record", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$Scalar", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$ScalarClass", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$ScalarType", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$Scope", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.PlsqlType$TYPECLASS", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.RegressionTest$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjection", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjection$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjection$2", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionAnalysisFailure", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionAnalysisFailure$SqlInjectionFailureTypes", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionGraph$Debug", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionGraph$ParameterMode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionGraph$PickTokens", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionGraph$Reduction", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionGraph$Returns", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionGraph$SubprgBodyState", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionGraph$Token", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionGraph$Tokens", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionWarningTest$Issue", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionWarningTest$Issue$Type", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SqlInjectionWarningTest$SqlInjectionAdvice", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.Symbol", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.Symbol$FunctionSym", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.Symbol$ObjectSym", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.Symbol$VariableSym", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SymbolTable", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SymbolTable$RecordSym", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.SymbolTable$ScopeType", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$ArgNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$Debug", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$DottedNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$ExprNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$FunctionNodeDeclaration", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$IdentifierNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$IdentifierNodeDeclaration", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$LHSNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$LiteralNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$ModeNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$MultiArgNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$MultiExprNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$MultiIdentifierNodeDeclaration", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$MultiNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$TokenNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$TypeNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.ValueNode$ValueType", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.app.injection.VerifyValueNodeTypes$Debug", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.AggregatePredicate", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.AggregatePredicate$Type", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.AncestorDescendantNodes", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.AncestorDescendantNodes$Type", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.AncestorExpr", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Attribute", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.AttributeDefinitions", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.BindVar", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.ChildExpr", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.ChildNumRelation", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Column", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Composite", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.CompositeExpr", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.EqualExpr", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.False", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Head", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Header", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.IdentedPredicate", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.IndependentAttribute", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.JSFunc", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.MaterializedPredicate", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.NodeContent", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.NodeMatchingSrc", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.NodesWMatchingSrc", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Oper", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Parent", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.ParentChildNodes", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Position", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.PositionalRelation", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.PredRef", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Predicate", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Program", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Program$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Program$2", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Program$Command", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Program$IncludedPrg", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Program$JavaScriptBlock", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Program$PredicateCmd", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.SameNodes", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.ScriptException", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Sibling", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.SqlProgram", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Tail", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.True", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.arbori.Tuple", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Cell", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.EBNF$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Earley", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Earley$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Earley$PredictedTerminals", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Grammar$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Grammar$2", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.LeafNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.LexerRegressionTest$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Matriceable", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Matrix", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.ParseNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Parseable", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Parsed", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Parser", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Parser$EarleyCell", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Parser$EarleyCell$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Parser$Tuple", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.RecognizedRule", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.RuleTuple", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Token", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Visual", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Visual$1ScrollablePicture", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Visual$1ScrollablePicture$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Yelrae", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.Yelrae$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.dictionary.DictionaryEarley$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.html.HtmlEarley$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.html.HtmlParser", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.html.HtmlParser$Identifier", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.html.HtmlParser$Keyword", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.html.HtmlParser$Optional", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.html.HtmlParser$ParsedGrammarSymbol", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.html.HtmlParser$Sequence", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.js.JavaScript$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.json.Interpreter$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.json.JsonEarley$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.json.ResponseError", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.BasicSuggestedItem", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.BasicTabCol$Column", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.LazyNode", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.ParsedSql", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.ParsedSql$Language", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.SqlEarley", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.SqlEarley$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.SqlRules$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.StackParser", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.StackParser$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.SyntaxError", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.SyntaxError$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.SyntaxError$2", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.SyntaxError$3", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.doc.DocURL", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.doc.DocURL$Manual", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.doc.HarvestDoc$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.plsql.doc.Substr", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.parser.translation.Translate$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.raptor.LazyIcon", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.Encodings$CharsetComparator", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.InputOutputStreams$EmptyStream", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.InputOutputStreams$NullOutputStream", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.InputOutputStreams$Uncloseable", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.KeyboardFocusLogger", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.LogHandler", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.LogHandler$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.Messages", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.Service$1", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.Service$2", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.Service$3", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.Service$CLEAN_TYPE", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.StreamCopy$EmptyStream", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.VacuousCallableStatement", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.VacuousParameterMetaData", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.VacuousPreparedStatement", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.VacuousStatement", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.VacuousStatement$VacuousResultSet", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.VacuousStatement$VacuousResultSet$VacuousResultSetMetaData", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.BASE64Encoding", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.Decoder", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.Encoder", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.Encoding", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.EncodingException", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.EncodingType", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.HEXEncoding", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.MimeType", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.NullEncoding", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.StorageType", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
}, | |
{ | |
"name": "oracle.dbtools.util.encoding.URIEncoding", | |
"allDeclaredConstructors": true, | |
"allDeclaredMethods": true, | |
"allDeclaredFields": true, | |
"allPublicConstructors": true, | |
"allPublicMethods": true, | |
"allPublicFields": true | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resources":{ | |
"includes":[ | |
{ | |
"pattern":"\\QMETA-INF/services/com.oracle.truffle.api.TruffleLanguage$Provider\\E" | |
}, | |
{ | |
"pattern":"\\QMETA-INF/services/com.oracle.truffle.api.instrumentation.TruffleInstrument$Provider\\E" | |
}, | |
{ | |
"pattern":"\\QMETA-INF/services/com.oracle.truffle.api.library.DefaultExportProvider\\E" | |
}, | |
{ | |
"pattern":"\\QMETA-INF/services/com.oracle.truffle.api.object.LayoutFactory\\E" | |
}, | |
{ | |
"pattern":"\\QMETA-INF/services/com.oracle.truffle.js.runtime.Evaluator\\E" | |
}, | |
{ | |
"pattern":"\\QMETA-INF/services/java.nio.file.spi.FileSystemProvider\\E" | |
}, | |
{ | |
"pattern":"\\QMETA-INF/services/javax.script.ScriptEngineFactory\\E" | |
}, | |
{ | |
"pattern":"\\QMETA-INF/services/org.graalvm.polyglot.impl.AbstractPolyglotImpl\\E" | |
}, | |
{ | |
"pattern":"\\Qcom/oracle/truffle/nfi/backend/libffi/LibFFILanguage.class\\E" | |
}, | |
{ | |
"pattern":"\\Qformat.js\\E" | |
}, | |
{ | |
"pattern":"\\Qoracle/dbtools/app/format.prg\\E" | |
}, | |
{ | |
"pattern":"\\Qoracle/dbtools/app/persist2xml.prg\\E" | |
}, | |
{ | |
"pattern":"\\Qoracle/dbtools/arbori/arbori.grammar\\E" | |
}, | |
{ | |
"pattern":"\\Qoracle/dbtools/arbori/std.arbori\\E" | |
}, | |
{ | |
"pattern":"\\Qoracle/dbtools/parser/js/js.grammar\\E" | |
}, | |
{ | |
"pattern":"\\Qoracle/dbtools/parser/plsql/allRules.txt\\E" | |
}, | |
{ | |
"pattern":"\\Qoracle/dbtools/parser/plsql/doc/frequencies.txt\\E" | |
}, | |
{ | |
"pattern":"\\Qoracle/dbtools/parser/xml.grammar\\E" | |
} | |
]}, | |
"bundles":[{ | |
"name":"oracle.dbtools.util.Messages" | |
}] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment