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.Void
JavaOutputVisitor. 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_ROLE
Methods 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 S
DepthFirstAstVisitor. visitSwitchSection(SwitchSection node, T data)
R
IAstVisitor. 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. cases
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type SwitchSection Modifier and Type Method Description AstNode
FlattenSwitchBlocksTransform. visitSwitchSection(SwitchSection node, java.lang.Void p)
-