Uses of Enum Class
com.strobel.decompiler.ast.LoopType
Packages that use LoopType
-
Uses of LoopType in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as LoopTypeMethods in com.strobel.decompiler.ast that return LoopTypeModifier and TypeMethodDescriptionfinal LoopType
Loop.getLoopType()
static LoopType
Returns the enum constant of this class with the specified name.static LoopType[]
LoopType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.decompiler.ast with parameters of type LoopType