Uses of Enum Class
com.wyu4.snowberryjam.compiler.enums.SourceKey
Packages that use SourceKey
-
Uses of SourceKey in com.wyu4.snowberryjam.compiler.enums
Methods in com.wyu4.snowberryjam.compiler.enums that return SourceKeyModifier and TypeMethodDescriptionstatic SourceKeyEnumHelper.stringToKey(String str) Convert a string to aSourceKeystatic SourceKeyReturns the enum constant of this class with the specified name.static SourceKey[]SourceKey.values()Returns an array containing the constants of this enum class, in the order they are declared.