Uses of Class
com.strobel.decompiler.languages.java.analysis.UsageType
-
Packages that use UsageType Package Description com.strobel.decompiler.languages.java.analysis -
-
Uses of UsageType in com.strobel.decompiler.languages.java.analysis
Methods in com.strobel.decompiler.languages.java.analysis that return UsageType Modifier and Type Method Description static UsageTypeUsageClassifier. getUsageType(Expression expression)static UsageTypeUsageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UsageType[]UsageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-