The following flags are associated with this enumeration:
Flag | Equals |
JRT_NOCHANGE | Leave the class name exactly the way it appears in the source code. |
JRT_SHORT | Return the simple class name with no package name. |
JRT_FULL | Return the full class name, including package name, if any. |
JRT_MINIMAL | Return the shortest possible class name; if the class is imported by the compile unit, or is part of the same package as the compile unit, return the simple class name; otherwise, return the full class name. |