Uses of Class
gnu.bytecode.SwitchState
-
Packages that use SwitchState Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.class
files. -
-
Uses of SwitchState in gnu.bytecode
Methods in gnu.bytecode that return SwitchState Modifier and Type Method Description SwitchState
CodeAttr. startSwitch()
Start a new switch statment or expression.
-