Uses of Enum Class
com.strobel.decompiler.languages.java.analysis.UsageType
Packages that use UsageType
-
Uses of UsageType in com.strobel.decompiler.languages.java.analysis
Subclasses with type arguments of type UsageType in com.strobel.decompiler.languages.java.analysisMethods in com.strobel.decompiler.languages.java.analysis that return UsageTypeModifier and TypeMethodDescriptionstatic UsageTypeUsageClassifier.getUsageType(Expression expression) static UsageTypeReturns the enum constant of this class with the specified name.static UsageType[]UsageType.values()Returns an array containing the constants of this enum class, in the order they are declared.