Uses of Enum Class
org.yecht.LevelStatus
Packages that use LevelStatus
-
Uses of LevelStatus in org.yecht
Fields in org.yecht declared as LevelStatusMethods in org.yecht that return LevelStatusModifier and TypeMethodDescriptionstatic LevelStatus
Returns 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 boolean
BytecodeScanner.ADD_BYTE_LEVEL
(Level lvl, int len, LevelStatus s) void
Emitter.addLevel
(int len, LevelStatus status) void
Parser.addLevel
(int len, LevelStatus status)