Uses of Class
net.jangaroo.jooc.config.SemicolonInsertionMode
-
Packages that use SemicolonInsertionMode Package Description net.jangaroo.jooc.config -
-
Uses of SemicolonInsertionMode in net.jangaroo.jooc.config
Methods in net.jangaroo.jooc.config that return SemicolonInsertionMode Modifier and Type Method Description SemicolonInsertionModeJoocConfiguration. getSemicolonInsertionMode()SemicolonInsertionModeJoocOptions. getSemicolonInsertionMode()SemicolonInsertionModeParserOptions. getSemicolonInsertionMode()static SemicolonInsertionModeSemicolonInsertionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SemicolonInsertionMode[]SemicolonInsertionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.jangaroo.jooc.config with parameters of type SemicolonInsertionMode Modifier and Type Method Description voidJoocConfiguration. setSemicolonInsertionMode(SemicolonInsertionMode semicolonInsertionMode)
-