Uses of Class
com.strobel.decompiler.languages.java.ast.SwitchSection
-
Packages that use SwitchSection Package Description com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast com.strobel.decompiler.languages.java.ast.transforms -
-
Uses of SwitchSection in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type SwitchSection Modifier and Type Method Description java.lang.VoidJavaOutputVisitor. visitSwitchSection(SwitchSection node, java.lang.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 SwitchSection Modifier and Type Field Description static Role<SwitchSection>SwitchStatement. SWITCH_SECTION_ROLEMethods in com.strobel.decompiler.languages.java.ast that return types with arguments of type SwitchSection Modifier and Type Method Description Role<? extends SwitchSection>SwitchSection. getRole()AstNodeCollection<SwitchSection>SwitchStatement. getSwitchSections()Methods in com.strobel.decompiler.languages.java.ast with parameters of type SwitchSection Modifier and Type Method Description SDepthFirstAstVisitor. visitSwitchSection(SwitchSection node, T data)RIAstVisitor. visitSwitchSection(SwitchSection node, T data)java.util.Set<java.lang.Object>JavaNameResolver.FindDeclarationVisitor. visitSwitchSection(SwitchSection node, java.lang.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 SwitchSection Modifier and Type Field Description (package private) java.util.Map<SwitchSection,RewriteSwitchExpressionsTransform.CaseInfo>RewriteSwitchExpressionsTransform.SwitchInfo. casesMethods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type SwitchSection Modifier and Type Method Description AstNodeFlattenSwitchBlocksTransform. visitSwitchSection(SwitchSection node, java.lang.Void p)
-