Uses of Class
com.strobel.decompiler.languages.java.ast.SwitchSection
Packages that use SwitchSection
Package
Description
-
Uses of SwitchSection in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type SwitchSectionModifier and TypeMethodDescriptionJavaOutputVisitor.visitSwitchSection
(SwitchSection node, Void ignored) -
Uses of SwitchSection in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type SwitchSectionModifier and TypeFieldDescriptionstatic final Role
<SwitchSection> SwitchStatement.SWITCH_SECTION_ROLE
Methods in com.strobel.decompiler.languages.java.ast that return types with arguments of type SwitchSectionModifier and TypeMethodDescriptionRole
<? extends SwitchSection> SwitchSection.getRole()
final AstNodeCollection
<SwitchSection> SwitchStatement.getSwitchSections()
Methods in com.strobel.decompiler.languages.java.ast with parameters of type SwitchSectionModifier and TypeMethodDescriptionDepthFirstAstVisitor.visitSwitchSection
(SwitchSection node, T data) IAstVisitor.visitSwitchSection
(SwitchSection node, T data) JavaNameResolver.FindDeclarationVisitor.visitSwitchSection
(SwitchSection node, String name) -
Uses of SwitchSection in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms with type parameters of type SwitchSectionModifier and TypeFieldDescription(package private) final Map
<SwitchSection, RewriteSwitchExpressionsTransform.CaseInfo> RewriteSwitchExpressionsTransform.SwitchInfo.cases
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type SwitchSectionModifier and TypeMethodDescriptionFlattenSwitchBlocksTransform.visitSwitchSection
(SwitchSection node, Void p)