Class SwitchStatementMaker
- java.lang.Object
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.util.SwitchStatementMaker
-
public class SwitchStatementMaker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.IntegerMINUS_ONE
-
Constructor Summary
Constructors Constructor Description SwitchStatementMaker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmakeSwitchEnum(ClassFileBodyDeclaration bodyDeclaration, SwitchStatement switchStatement)static voidmakeSwitchString(LocalVariableMaker localVariableMaker, Statements statements, SwitchStatement switchStatement)protected static voidupdateSwitchStatement(SwitchStatement switchStatement, java.util.ListIterator<Statement> iterator)
-
-
-
Method Detail
-
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, java.util.ListIterator<Statement> iterator)
-
-