Uses of Class
com.strobel.decompiler.languages.java.ast.SwitchStatement
-
-
Uses of SwitchStatement in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type SwitchStatement Modifier and Type Method Description java.lang.VoidJavaOutputVisitor. visitSwitchStatement(SwitchStatement node, java.lang.Void ignored) -
Uses of SwitchStatement in com.strobel.decompiler.languages.java.analysis
Methods in com.strobel.decompiler.languages.java.analysis with parameters of type SwitchStatement Modifier and Type Method Description ControlFlowNodeControlFlowGraphBuilder.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 SwitchStatement Modifier and Type Method Description DefiniteAssignmentStatusDefiniteAssignmentAnalysis.DefiniteAssignmentVisitor. visitSwitchStatement(SwitchStatement node, DefiniteAssignmentStatus data)SDepthFirstAstVisitor. visitSwitchStatement(SwitchStatement node, T data)RIAstVisitor. visitSwitchStatement(SwitchStatement node, T data)java.util.Set<java.lang.Object>JavaNameResolver.FindDeclarationVisitor. visitSwitchStatement(SwitchStatement node, java.lang.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 SwitchStatement Modifier and Type Field Description (package private) java.util.List<SwitchStatement>EclipseEnumSwitchRewriterTransform.Visitor.SwitchMapInfo. switches(package private) java.util.Map<java.lang.String,java.util.List<SwitchStatement>>EnumSwitchRewriterTransform.Visitor.SwitchMapInfo. switchesMethods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type SwitchStatement Modifier and Type Method Description private voidRewriteSwitchExpressionsTransform. rewrite(SwitchStatement node, RewriteSwitchExpressionsTransform.SwitchInfo info)private booleanEclipseEnumSwitchRewriterTransform.Visitor. rewriteSwitch(SwitchStatement s, java.util.Map<java.lang.Integer,Expression> mappings)private booleanEnumSwitchRewriterTransform.Visitor. rewriteSwitch(SwitchStatement s, java.util.Map<java.lang.Integer,Expression> mappings)java.lang.VoidEclipseEnumSwitchRewriterTransform.Visitor. visitSwitchStatement(SwitchStatement node, java.lang.Void data)java.lang.VoidEclipseStringSwitchRewriterTransform. visitSwitchStatement(SwitchStatement node, java.lang.Void data)java.lang.VoidEnumSwitchRewriterTransform.Visitor. visitSwitchStatement(SwitchStatement node, java.lang.Void data)java.lang.VoidRewriteSwitchExpressionsTransform. visitSwitchStatement(SwitchStatement switchNode, java.lang.Void data)java.lang.VoidStringSwitchRewriterTransform. visitSwitchStatement(SwitchStatement node, java.lang.Void data)
-