function jTypes = lick_getblktypes(bLookUnderMasks, bFullPath)
Fetch all BlockTypes and MaskTypes found within Simulink® standard library.
If no output is present, the names found will be printed to the command line. Otherwise output <sctTypes> will be a struct with fields: - <jBlkTypes>: A java.util.HasMap with BlockTypes found as keys and a java.util.HasSet of respective blocks as value. - <jMskTypes>: A java.util.HasMap with MaskTypes found as keys and a java.util.HasSet of respective blocks as value.
If, and only if, <bLookUnderMasks> is present and false, anything inside masked subsystems will be ignored.
If, and only if, <bFullPath> is present and true, blocks will be represented by blockpath rather than block name in the java.util.HasSet values.