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 voidmakeSwitchEnum(ClassFileBodyDeclaration bodyDeclaration, SwitchStatement switchStatement) static voidmakeSwitchString(LocalVariableMaker localVariableMaker, Statements statements, SwitchStatement switchStatement) protected static voidupdateSwitchStatement(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)
-