Uses of Class
com.strobel.decompiler.ast.LoopType
-
Packages that use LoopType Package Description com.strobel.decompiler.ast -
-
Uses of LoopType in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as LoopType Modifier and Type Field Description private LoopType
Loop. _loopType
Methods in com.strobel.decompiler.ast that return LoopType Modifier and Type Method Description LoopType
Loop. getLoopType()
static LoopType
LoopType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LoopType[]
LoopType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.decompiler.ast with parameters of type LoopType Modifier and Type Method Description void
Loop. setLoopType(LoopType loopType)
-