Uses of Class
org.jd.core.v1.model.javasyntax.statement.SwitchStatement
-
-
Uses of SwitchStatement in org.jd.core.v1.model.javasyntax
Methods in org.jd.core.v1.model.javasyntax with parameters of type SwitchStatement Modifier and Type Method Description voidAbstractJavaSyntaxVisitor. visit(SwitchStatement statement) -
Uses of SwitchStatement in org.jd.core.v1.model.javasyntax.statement
Methods in org.jd.core.v1.model.javasyntax.statement with parameters of type SwitchStatement Modifier and Type Method Description voidAbstractNopStatementVisitor. visit(SwitchStatement statement)voidStatementVisitor. visit(SwitchStatement statement) -
Uses of SwitchStatement in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type SwitchStatement Modifier and Type Method Description static voidSwitchStatementMaker. makeSwitchEnum(ClassFileBodyDeclaration bodyDeclaration, SwitchStatement switchStatement)static voidSwitchStatementMaker. makeSwitchString(LocalVariableMaker localVariableMaker, Statements statements, SwitchStatement switchStatement)protected static voidSwitchStatementMaker. updateSwitchStatement(SwitchStatement switchStatement, java.util.ListIterator<Statement> iterator) -
Uses of SwitchStatement in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type SwitchStatement Modifier and Type Method Description voidAbstractUpdateExpressionVisitor. visit(SwitchStatement statement)voidMergeTryWithResourcesStatementVisitor. visit(SwitchStatement statement)voidRemoveFinallyStatementsVisitor. visit(SwitchStatement statement)voidRemoveLastContinueStatementVisitor. visit(SwitchStatement statement)voidSearchFirstLineNumberVisitor. visit(SwitchStatement statement)voidSearchUndeclaredLocalVariableVisitor. visit(SwitchStatement statement) -
Uses of SwitchStatement in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type SwitchStatement Modifier and Type Method Description voidSingleLineStatementVisitor. visit(SwitchStatement statement)voidStatementVisitor. visit(SwitchStatement statement)
-