Uses of Class
com.microsoft.gctoolkit.parser.jvm.JVMFlags
-
Packages that use JVMFlags Package Description com.microsoft.gctoolkit.parser.jvm -
-
Uses of JVMFlags in com.microsoft.gctoolkit.parser.jvm
Methods in com.microsoft.gctoolkit.parser.jvm that return JVMFlags Modifier and Type Method Description static JVMFlagsJVMFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static JVMFlags[]JVMFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.
-