Uses of Enum Class
org.yecht.LevelStatus
Packages that use LevelStatus
-
Uses of LevelStatus in org.yecht
Subclasses with type arguments of type LevelStatus in org.yechtFields in org.yecht declared as LevelStatusMethods in org.yecht that return LevelStatusModifier and TypeMethodDescriptionstatic LevelStatusReturns the enum constant of this class with the specified name.static LevelStatus[]LevelStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.yecht with parameters of type LevelStatusModifier and TypeMethodDescriptionprivate booleanBytecodeScanner.ADD_BYTE_LEVEL(Level lvl, int len, LevelStatus s) voidEmitter.addLevel(int len, LevelStatus status) voidParser.addLevel(int len, LevelStatus status)