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.Integer
MINUS_ONE
-
Constructor Summary
Constructors Constructor Description SwitchStatementMaker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
makeSwitchEnum(ClassFileBodyDeclaration bodyDeclaration, SwitchStatement switchStatement)
static void
makeSwitchString(LocalVariableMaker localVariableMaker, Statements statements, SwitchStatement switchStatement)
protected static void
updateSwitchStatement(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)
-
-