Uses of Class
org.jd.core.v1.model.javasyntax.statement.SwitchStatement
Packages that use SwitchStatement
Package
Description
-
Uses of SwitchStatement in org.jd.core.v1.model.javasyntax
Methods in org.jd.core.v1.model.javasyntax with parameters of type SwitchStatementModifier and TypeMethodDescriptionvoidAbstractJavaSyntaxVisitor.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 SwitchStatementModifier and TypeMethodDescriptionvoidAbstractNopStatementVisitor.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 SwitchStatementModifier and TypeMethodDescriptionstatic voidSwitchStatementMaker.makeSwitchEnum(ClassFileBodyDeclaration bodyDeclaration, SwitchStatement switchStatement) static voidSwitchStatementMaker.makeSwitchString(LocalVariableMaker localVariableMaker, Statements statements, SwitchStatement switchStatement) protected static voidSwitchStatementMaker.updateSwitchStatement(SwitchStatement switchStatement, 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 SwitchStatementModifier and TypeMethodDescriptionvoidAbstractUpdateExpressionVisitor.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 SwitchStatementModifier and TypeMethodDescriptionvoidSingleLineStatementVisitor.visit(SwitchStatement statement) voidStatementVisitor.visit(SwitchStatement statement)