Uses of Class
com.strobel.decompiler.languages.java.ast.SwitchExpression
-
Packages that use SwitchExpression Package Description com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast com.strobel.decompiler.languages.java.ast.transforms -
-
Uses of SwitchExpression in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type SwitchExpression Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitSwitchExpression(SwitchExpression node, java.lang.Void ignored)
-
Uses of SwitchExpression in com.strobel.decompiler.languages.java.ast
Subclasses of SwitchExpression in com.strobel.decompiler.languages.java.ast Modifier and Type Class Description private static class
SwitchExpression.NullSwitchExpression
Fields in com.strobel.decompiler.languages.java.ast declared as SwitchExpression Modifier and Type Field Description static SwitchExpression
SwitchExpression. NULL
Methods in com.strobel.decompiler.languages.java.ast with parameters of type SwitchExpression Modifier and Type Method Description S
DepthFirstAstVisitor. visitSwitchExpression(SwitchExpression node, T data)
R
IAstVisitor. visitSwitchExpression(SwitchExpression node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitSwitchExpression(SwitchExpression node, java.lang.String data)
-
Uses of SwitchExpression in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms declared as SwitchExpression Modifier and Type Field Description (package private) SwitchExpression
RewriteSwitchExpressionsTransform.SwitchInfo. rewrittenExpression
-