Uses of Class
com.google.apphosting.runtime.CloudDebuggerCallback.ClassType
-
Packages that use CloudDebuggerCallback.ClassType Package Description com.google.apphosting.runtime -
-
Uses of CloudDebuggerCallback.ClassType in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return CloudDebuggerCallback.ClassType Modifier and Type Method Description CloudDebuggerCallback.ClassTypeAppVersion. getClassType(Class<?> cls)CloudDebuggerCallback.ClassTypeCloudDebuggerCallback. getClassType(Class<?> cls)Classifies Java class.static CloudDebuggerCallback.ClassTypeCloudDebuggerCallback.ClassType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudDebuggerCallback.ClassType[]CloudDebuggerCallback.ClassType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-