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 LoopTypeLoop. _loopTypeMethods in com.strobel.decompiler.ast that return LoopType Modifier and Type Method Description LoopTypeLoop. getLoopType()static LoopTypeLoopType. 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 voidLoop. setLoopType(LoopType loopType)
-