Uses of Class
com.google.j2objc.annotations.LoopTranslation.LoopStyle
-
-
Uses of LoopTranslation.LoopStyle in com.google.j2objc.annotations
Methods in com.google.j2objc.annotations that return LoopTranslation.LoopStyle Modifier and Type Method Description LoopTranslation.LoopStyle
value()
static LoopTranslation.LoopStyle
LoopTranslation.LoopStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoopTranslation.LoopStyle[]
LoopTranslation.LoopStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-