Class SwitchStatementMaker
java.lang.Object
org.jd.core.v1.service.converter.classfiletojavasyntax.util.SwitchStatementMaker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
makeSwitchEnum
(ClassFileBodyDeclaration bodyDeclaration, SwitchStatement switchStatement) static void
makeSwitchString
(LocalVariableMaker localVariableMaker, Statements statements, SwitchStatement switchStatement) protected static void
updateSwitchStatement
(SwitchStatement switchStatement, ListIterator<Statement> iterator)
-
Field Details
-
MINUS_ONE
-
-
Constructor Details
-
SwitchStatementMaker
public SwitchStatementMaker()
-
-
Method Details
-
makeSwitchString
public static void makeSwitchString(LocalVariableMaker localVariableMaker, Statements statements, SwitchStatement switchStatement) -
makeSwitchEnum
public static void makeSwitchEnum(ClassFileBodyDeclaration bodyDeclaration, SwitchStatement switchStatement) -
updateSwitchStatement
protected static void updateSwitchStatement(SwitchStatement switchStatement, ListIterator<Statement> iterator)
-