Uses of Class
com.strobel.decompiler.languages.java.ast.SwitchStatement
Packages that use SwitchStatement
Package
Description
-
Uses of SwitchStatement in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type SwitchStatementModifier and TypeMethodDescriptionJavaOutputVisitor.visitSwitchStatement(SwitchStatement node, Void ignored) -
Uses of SwitchStatement in com.strobel.decompiler.languages.java.analysis
Methods in com.strobel.decompiler.languages.java.analysis with parameters of type SwitchStatementModifier and TypeMethodDescriptionControlFlowGraphBuilder.NodeCreationVisitor.visitSwitchStatement(SwitchStatement node, ControlFlowNode data) -
Uses of SwitchStatement in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type SwitchStatementModifier and TypeMethodDescriptionDefiniteAssignmentAnalysis.DefiniteAssignmentVisitor.visitSwitchStatement(SwitchStatement node, DefiniteAssignmentStatus data) DepthFirstAstVisitor.visitSwitchStatement(SwitchStatement node, T data) IAstVisitor.visitSwitchStatement(SwitchStatement node, T data) JavaNameResolver.FindDeclarationVisitor.visitSwitchStatement(SwitchStatement node, String name) -
Uses of SwitchStatement in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms with type parameters of type SwitchStatementModifier and TypeFieldDescription(package private) final List<SwitchStatement> EclipseEnumSwitchRewriterTransform.Visitor.SwitchMapInfo.switches(package private) final Map<String, List<SwitchStatement>> EnumSwitchRewriterTransform.Visitor.SwitchMapInfo.switchesMethods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type SwitchStatementModifier and TypeMethodDescriptionprivate voidRewriteSwitchExpressionsTransform.rewrite(SwitchStatement node, RewriteSwitchExpressionsTransform.SwitchInfo info) private booleanEclipseEnumSwitchRewriterTransform.Visitor.rewriteSwitch(SwitchStatement s, Map<Integer, Expression> mappings) private booleanEnumSwitchRewriterTransform.Visitor.rewriteSwitch(SwitchStatement s, Map<Integer, Expression> mappings) EclipseEnumSwitchRewriterTransform.Visitor.visitSwitchStatement(SwitchStatement node, Void data) EclipseStringSwitchRewriterTransform.visitSwitchStatement(SwitchStatement node, Void data) EnumSwitchRewriterTransform.Visitor.visitSwitchStatement(SwitchStatement node, Void data) RewriteSwitchExpressionsTransform.visitSwitchStatement(SwitchStatement switchNode, Void data) StringSwitchRewriterTransform.visitSwitchStatement(SwitchStatement node, Void data)